Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 45 and Version 46 of pps/tutorial


Ignore:
Timestamp:
Sep 29, 2013, 11:07:47 PM (11 years ago)
Author:
jo
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • pps/tutorial

    v45 v46  
    1919 0. Open a Terminal.
    2020{{{
    21 Alt + F2: Terminal
     21Applications > Accessories > Terminal
    2222}}}
    2323 0. Go to your extra-home folder:
     
    4040 4.2 Now get the latest revision of the tutorial:
    4141{{{
    42 svn co http://svn.orxonox.net/game/code/branches/tutorial3 tutorial
     42svn co https://svn.orxonox.net/game/code/branches/tutorial3 tutorial
    4343}}}
    4444 4. Prepare to build:
     
    5050 5. Now build for the first time (may take some time, further builds will be faster):
    5151{{{
    52 make -j3
     52make -j4
    5353}}}
    54  The ''-j3'' means to create 3 parallel compile processes.
     54 The ''-j4'' means to create 4 parallel compile processes.
    5555 6. Additionally you can use [wiki:Eclipse_development] as IDE to develop (if you don't want to use the console ;)). You can
    5656  also use [wiki:KDevelop3] as IDE, though the assistants can help you more with Eclipse.