This site requires JavaScript, please enable it in your browser!
Greenfoot back
avgvstvs
avgvstvs wrote ...

2011/10/15

Installing Troubles

avgvstvs avgvstvs

2011/10/15

#
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.
nccb nccb

2011/10/18

#
The instructions are just a tiny bit off (because OpenNI changed how they packaged Nite, so that it doesn't create a subdirectory any more): the "cd Nite*" line should be ignored, and the later "cd ../.." line should become "cd ..". I'll correct that on the Greenfoot website tomorrow. However, that aside, I am able to follow the rest of the instructions and get it working on a fresh Ubuntu 10.10 install. I'm not immediately sure whether you're having a problem caused by this directory mix-up, or whether you have a different problem -- it sounds like it might be the latter. Could you try again using my adjustments to the instructions, and paste in the exact error that you get, if the problem is not fixed?
avgvstvs avgvstvs

2011/10/31

#
nccb: Thanks a lot! I've been very busy so I'm just reading your post - thanks again!!! - and I might take a while to check your directions, but I'll tell you what I get by trying, and some actions I've already run by myself. I'll keep in touch. P. S.: Did I already say thanks?
You need to login to post a reply.