-
Notifications
You must be signed in to change notification settings - Fork 24
Install additional dependencies
Birger Johansson edited this page Nov 19, 2024
·
3 revisions
Freenect is used by the Ikaros module Kinect. http://openkinect.org/wiki/Getting_Started#Homebrew
OSX
brew install libfreenect
Linux
sudo apt-get install freenect
ARToolKitPlus is used by the Ikaros module MarkerTracker. https://launchpad.net/artoolkitplus
To intall a modified version of ARToolKitPlus
git clone https://github.com/birgerjohansson/artoolkitplus
cd artoolkitplus
cmake .
make
sudo make install
More information can be found at the project web site: ikaros-project.