# Note: depends on cmake wget -c https://taglib.github.io/releases/taglib-1.11.1.tar.gz tar -xzf taglib-1.11.1.tar.gz cd taglib-1.11.1 mkdir -p build cd build cmake -DCMAKE_INSTALL_PREFIX="/usr" .. make # Doesn't mind -j# make install