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 [email protected]:quantumsheep/chromaprint-boilerplate.git
git clone --recursive https://github.com/quantumsheep/chromaprint-boilerplate.git
If 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 .