Version 2 (modified by jo, 12 years ago) (diff) |
---|
Preparation
- Open a Terminal.
- Open the local harddrive's folder:
cd /scratch
- Create your own folder:
mkdir orxonox
- Open that folder.
cd orxonox
- Download the project data.
svn co http://svn.orxonox.net/game/data/branches/dataRelease2012 data_extern
- Create a new tab. Press Ctrl + Tab + T.
- Download the code.
svn co http://svn.orxonox.net/game/code/branches/release2012
- Wait until both checkouts have finished.
cd release2012
- Create the makefile:
cmake ..
- Run the makefile = Compile the project:
make -j3
- Run Orxonox
./run