Taglib is a library used for reading, writing and manipulating audio file tags and is used by applications such as VLC.
Development versions of BLFS may not build or run some packages properly if LFS or dependencies have been updated since the most recent stable versions of the books.
MD5 校验和:5c38962970c698f8d18beddef0df7f9a
大小:1.6 MB
预计所需磁盘空间:25 MB
预计构建时间:0.1 SBU(并行度=4)
Install Taglib by running the following commands:
mkdir build &&
cd build &&
cmake -D CMAKE_INSTALL_PREFIX=/usr \
-D CMAKE_BUILD_TYPE=Release \
-D BUILD_SHARED_LIBS=ON \
.. &&
make
The test suite requires Cppunit but it's not a BLFS package.
Now, as the root user:
make install