Changes between Version 61 and Version 62 of pps/tutorial
- Timestamp:
- Sep 30, 2015, 1:56:27 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
pps/tutorial
v61 v62 11 11 '''We check out the source and data repository and build for the first time''' 12 12 13 The ISG created a special directory for you to store Orxonox in. It is in your home directory and is called 14 {{{ 15 <your-username>-extra-0 16 }}} 17 Put all your orxonox-related files there. This tutorial will do so as well. 18 13 19 0. Open a Terminal. 14 20 {{{ 15 21 Applications > Accessories > Terminal 16 22 }}} 17 0. Create a folder for yourself on the local harddrive 23 0. Go to your extra-home folder: 24 {{{ 25 cd ~/<your-username>-extra-0 26 }}} 27 (or create a folder for yourself on the local harddrive if the extra-home folder does not yet exist) 18 28 {{{ 19 29 mkdir /scratch/<your-username> && cd /scratch/<your-username>