Taglib is a library used for reading, writing and manipulating audio file tags and is used by applications such as VLC.
![[Note]](../images/note.png) 
          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-2.1.1.tar.gz
Download MD5 sum: 9feffe76b4643eb724185310879c3123
Download size: 1.5 MB
Estimated disk space required: 16 MB
Estimated build time: 0.1 SBU (Using parallelism=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