Changes between Version 30 and Version 31 of pps/tutorial
- Timestamp:
- Mar 16, 2012, 3:13:58 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
pps/tutorial
v30 v31 4 4 == Preparations == 5 5 '''We check out the source and data repository and build for the first time''' 6 The ISG created a special directory for you to store Orxonox in. It is in your home directory and 7 is called 8 {{{ 9 <your-username>-extra-0 10 }}} 11 Put all your orxonox-related files there. This tutorial will do so as well. 12 6 13 1. Create your orxonox directory (if not already existing): 7 14 {{{ 8 mkdir ~/ orxonox9 cd ~/ orxonox15 mkdir ~/<your-username>-extra-0/orxonox 16 cd ~/<your-username>-extra-0/orxonox 10 17 }}} 11 18 2. Now check out the latest revision of the data repository (you will probably be asked for a username and password once):