Start a Chromaprint C++ project faster than ever!
Since we are using git submodules, the repository needs to be cloned in a specific way in order to fetch those submodules.
git clone --recursive git@github.com:quantumsheep/chromaprint-boilerplate.gitgit clone --recursive https://github.com/quantumsheep/chromaprint-boilerplate.gitIf you don't have the build directory, you need to create it (mkdir build).
In the build directory do those commands that will compile the sources with chromaprint linked:
cmake ..
cmake --build .