
Now we are going to compile CCV for Ubuntu 10.04.
Make sure you DO NOT start here. You need to start at the beginning of the blog and follow from there, if you try to do this tutorial BEFORE this one, your ps3 eye will NOT work with CCV.
The following is a modified tutorial based off of x29a's post on the nui group forums.
Enter the following commands:
sudo apt-get install subversionsudo su-
cd /opt svn co http://nuicode.svnrepository.com/svn/tbeta/trunk/tbeta/Linux/ ccv-Linuxcd /opt/ccv-Linux/scripts/ubuntuchmod +x *.sh./install_codeblocks.sh./install_dependencies.shapt-get install libpoco-devapt-get install gppcd /opt/ccv-Linux/cd apps/addonsExamples/Codeblocks_8_linux/
Unzip it to your Documents folder.
Back in your terminal enter the following command:
nautilus
and delete the following files:
- Community Core Vision.cbp
- Community Core Vision.depend
- Community Core Vision.layout
- Makefile
Close Nautilus. Back in the terminal enter the following commands:
cd /opt/ccv-Linux/libs/fmodex/librm libfmodexp.so libfmodex.soln -s libfmodex-4.22.00.so libfmodex.soln -s libfmodexp-4.22.00.so libfmodexp.so
cd /opt/ccv-Linux/apps/addonsExamples/Codeblocks_8_linux/bin/libsrm libfmodexp.so libfmodex.soln -s libfmodex-4.22.00.so libfmodex.soln -s libfmodexp-4.22.00.so libfmodexp.so
cd /opt/ccv-Linux/codeblocks apps/addonsExamples/Codeblocks_8_linux/Community\ Core\ Vision.cbp
You may get some errors, just click OK and ignore them.
CCV should now have successfully built. Close Codeblocks and go back to your terminal and enter the following commands:
cd /opt/ccv-Linux/apps/addonsExamples/Codeblocks_8_linux/bingedit start.sh
#!/bin/sh
echo $(pwd)
export LD_LIBRARY_PATH=$(pwd)/libs/
./Community_Core_Vision
chmod +x start.shcd datagedit config.xml
To Start CCV enter the following commands in your terminal:
cd /opt/ccv-Linux/apps/addonsExamples/Codeblocks_8_linux/bin./start.sh


