Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Version 1 (modified by jo, 12 years ago) (diff)

not sure if I'm going to use this

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 (3 paralell processes) = Compile the project:
    make -j3
    
  • Run Orxonox
    ./run