Compiling instructions¶
This page aims to provide more information about the compiling procedures for the Community Core Vision.
Windows - Microsoft Visual Studio 2008¶
- Compiling Instructions
- Open the VS 2008
- File -> Open -> Project/Solution
- Then , go to : "apps\addonsExamples\VS2008"
- You may choose to open the project : "Community Core Vision.vcproj" or the "Community Core Vision.sln"
- Press F7 or click Build-> Build Solution or Build -> Build Community Core Vision
- You may press the green arrow besides "Release/Debug" to Run , or press F5
- Known Issues
- Error Message : fatal error C1900: Il mismatch between 'P1' version '20080116' and 'P2' version '20070207'
LINK : fatal error LNK1257: code generation failed
Solution: Install the Service Pack 1 for Visual Studio 2008
Ubuntu (32-bit) - Codeblocks¶
- Compiling Instructions
- In the scripts folder, run the "install_codeblocks.sh"
- Run the "install_dependencies.sh" script
- Open Codeblocks, and you can find the project in "Linux/apps/addonsExamples/Codeblocks_8_linux/"
- Named as "Community Core Vision.cbp"
- Then Build and run :)
- Known Issues
- libfmodex.so Error
Solution: Rename libfmodex-4.22.00.so to libfmodex.so, or make a symlink between both: ln -s libfmodex-4.22.00.so libfmodex.so
Ubuntu (64-bit) - Codeblocks¶
- Compiling Instructions
- Known Issues
- libfmodex.so Error
Solution: enter the libs directory and make the following symlink: ln -s libfmodex64.so.4.10.03 libfmodex.so
