Taglib is a library used for reading, writing and manipulating audio file tags and is used by applications such as Amarok and 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.
Download (HTTP): https://taglib.org/releases/taglib-1.13.1.tar.gz
Download MD5 sum: 2fe6089da73ad414aa1b982b83415362
Download size: 1.3 MB
Estimated disk space required: 13 MB
Estimated build time: 0.2 SBU
Install Taglib by running the following commands:
mkdir build && cd build && cmake -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_BUILD_TYPE=Release \ -DBUILD_SHARED_LIBS=ON \ .. && make
The test suite requires Cppunit but it's not a BLFS package.
Now, as the root
user:
make install