Changes between Version 45 and Version 46 of pps/tutorial
- Timestamp:
- Sep 29, 2013, 11:07:47 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
pps/tutorial
v45 v46 19 19 0. Open a Terminal. 20 20 {{{ 21 A lt + F2:Terminal21 Applications > Accessories > Terminal 22 22 }}} 23 23 0. Go to your extra-home folder: … … 40 40 4.2 Now get the latest revision of the tutorial: 41 41 {{{ 42 svn co http ://svn.orxonox.net/game/code/branches/tutorial3 tutorial42 svn co https://svn.orxonox.net/game/code/branches/tutorial3 tutorial 43 43 }}} 44 44 4. Prepare to build: … … 50 50 5. Now build for the first time (may take some time, further builds will be faster): 51 51 {{{ 52 make -j 352 make -j4 53 53 }}} 54 The ''-j 3'' means to create 3parallel compile processes.54 The ''-j4'' means to create 4 parallel compile processes. 55 55 6. Additionally you can use [wiki:Eclipse_development] as IDE to develop (if you don't want to use the console ;)). You can 56 56 also use [wiki:KDevelop3] as IDE, though the assistants can help you more with Eclipse.