Clone this repository and run the these commands in the project root.
mkdir build
cd build
cmake ..
make install
Check the official examples repository for a wide range of demos and sample projects.
- The project won't compile in termux. For fixing compile with
cmake .. -DCMAKE_CXX_FLAGS=-U__ANDROID__
.