Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 803 Bytes

README.md

File metadata and controls

25 lines (22 loc) · 803 Bytes

Kinect menu

Installation

  • 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

Documentation

  • Install jekyll:
    • sudo apt-get install ruby2.0 ruby2.0-dev
    • sudo 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