Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ To build libfreenect, you'll need
- [libusb](http://libusb.info) >= 1.0.18 (Windows needs >= 1.0.22)
- [CMake](http://cmake.org) >= 3.12.4
- [python](http://python.org) >= 2.7 or >= 3.3 (only if BUILD_PYTHON=ON or BUILD_PYTHON2=ON or BUILD_PYTHON3=ON or BUILD_REDIST_PACKAGE=OFF)
- [cython] (https://cython.org)

For the examples, you'll need

Expand Down Expand Up @@ -103,6 +104,8 @@ Continue with this section for a manual build.

sudo apt-get install git cmake build-essential libusb-1.0-0-dev

pip install cython

# only if you are building the examples:
sudo apt-get install freeglut3-dev libxmu-dev libxi-dev

Expand Down