Thanks someone for help...
I started installing greenfoot on ubuntu 10.10 and I'm getting troubles on installing NITE.
I run succesfully the following commands:
mkdir NITE
cd NITE
wget http://www.greenfoot.org/doc/kinect/NITE-Linux32.tar.bz2
tar -jxf NITE-Linux32.tar.bz2
but once everystep so far is done, I have to run mkdir Nite* 'cause this is an uncreated directory. Then, I run the next command:
cd Nite*
and I got an error message after running the line:
echo '0KOIk2JeIBYClPWVnMoRKn5cdY4=' | sudo ./install.sh
such an error displays something about "LibOpenNI.so" (or something) is not found.
I've analyzed the code in the file "instal.sh" failing to find a line about it, so, I couldn't complete the installation process.
Can someone share some directions.
Thankfully,
Avgvstvs.