totovr / SimpleOpenNI

SimpleOpenNI library for Processing 3.5.2, 3.4, 3.3.7, 3.3.6 on MacOS for V1 and V2
https://totovr.github.io/SimpleOpenNI/
MIT License
158 stars 47 forks source link

Installation Error: Missing Library in Linux Release #30

Open klopi-wtal opened 3 years ago

klopi-wtal commented 3 years ago

Problem:

The Library is not working out of the box on Linux, because of a missing Boost library file in 'SimpleOpenNI/library/linux64'. Errormessage: Can't load SimpleOpenNI library (libSimpleOpenNI64.so)

Solution:

1.) Download .rpm from http://springdale.princeton.edu/data/springdale/6/x86_64/os/Computational/boost154-system-1.54.0-11.sdl6.x86_64.rpm 2.) unpack archive 3.) copy libboost_system.so.1.54.0 to 'SimpleOpenNI/library/linux64'