<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body>
<p>I'm trying to build EZStream (<a class="moz-txt-link-freetext" href="https://icecast.org/ezstream/">https://icecast.org/ezstream/</a>) and
it requires something from Taglib, so I built Taglib with the
command described in its INSTALL.md:<br>
<br>
cmake -DCMAKE_INSTALL_PREFIX=/usr/local
-DCMAKE_BUILD_TYPE=Release .<br>
make<br>
sudo make install<br>
<br>
That went perfectly OK.<br>
<br>
Then I tried to run the EZStream configure script and got the
following:<br>
<br>
...<br>
checking tag_c.h usability... yes<br>
checking tag_c.h presence... yes<br>
checking for tag_c.h... yes<br>
checking if libtag_c works... no<br>
checking if libtag_c works with -ltag -lstdc++ -lz... no<br>
checking for libtag_c... no<br>
configure: error: libtag_c is missing<br>
<br>
What did I do wrong?<br>
<br>
TIA<br>
<br>
</p>
</body>
</html>