gameoverhack / ofxOpenNI

Wrapper for OpenNI, NITE and SensorKinect
gingold.com.au
Other
246 stars 121 forks source link

Compilation under OF 8.0 / ubuntu 12.04 64bits in netbeans #46

Open frankiezafe opened 10 years ago

frankiezafe commented 10 years ago

After 3 hours of research, got a clean & working solution: Change the config.make like this:

PROJECT_LDFLAGS=-Wl,-rpath=./libs,/usr/lib/libOpenNI.so
PROJECT_CFLAGS = -I /usr/include/ni -I $(OF_ROOT)/addons/ofxOpenNI/src

works with OpenNI & Nite 1.5, not tested with OpenNI 2.

brannondorsey commented 9 years ago

Have you found all of the ofxOpenNI functionality to be compatible with oF 0.8.0?