- Install the required prerequisites:
- SFML 2.4.2
- Install the optional prerequisites that are needed to support the kinect:
- OpenNI
- SensorKinect
- NITE 1.5.2.23
- Clone the repository:
git clone https://github.com/dagophil/sfml_openni - Switch to the source directory:
cd sfml_openni - Create a build directory:
mkdir build - Switch to the build directory:
cd build - Run cmake:
cmake ../ - Eventually add the SFML and OpenNI paths to the cmake variables.
- Compile the project:
make
- Install jekyll:
sudo apt-get install ruby2.0 ruby2.0-devsudo gem2.0 install jekyll
- Switch to the source directory:
cd sfml_openni - Run jekyll:
jekyll serve - Open the documentation in the browser:
http://localhost:4000