I've been following this tutorial in order to get SimpleOpenNI installed on my mac but I keep getting stuck at installing the OpenNI and NITE components because it requires me to navigate to the folders in Terminal and then run "sudo ./install.sh". I do this and I get this error:
sudo: ./install.sh: command not found
I've installed Command Line Tools in Xcode and everything.
Thanks
sudo ./install.sh
. – Spannewsudo
" thing, type in "ls
" in Terminal. That prints out a list of files. Do you see "install.sh
" in that list of files? If not, type in "pwd
" and tell us where you are. – Requisitionls -l
and check that it is actually executable (-rwxr-xr-x
) – Spannew