- CMake
git clone https://github.com/CuriousTama/AudioPlayer.gitOpen the terminal from the repository as root and run:
mkdir build
cd build
cmake ..If you need to have examples, you can add -DBUILD_EXAMPLES=ON to the cmake command: cmake .. -DBUILD_EXAMPLES=ON
cmake --build .Or open it in you IDE and build it, it should be located in build/.