Changes between Version 57 and Version 58 of pps/tutorial
- Timestamp:
- Mar 6, 2014, 10:07:09 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
pps/tutorial
v57 v58 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 and14 is called15 {{{16 <your-username>-extra-017 }}}18 Put all your orxonox-related files there. This tutorial will do so as well.19 13 0. Open a Terminal. 20 14 {{{ 21 15 Applications > Accessories > Terminal 22 16 }}} 23 0. Go to your extra-home folder:17 0. Create a folder for yourself on the local harddrive 24 18 {{{ 25 cd ~/<your-username>-extra-0 19 mkdir /scratch/<your-username> && cd /scratch/<your-username> 26 20 }}} 27 21 1. Create your orxonox directory (if not already existing):