Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 70 and Version 71 of pps/tutorial


Ignore:
Timestamp:
Oct 3, 2016, 4:50:28 PM (8 years ago)
Author:
zifloria
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • pps/tutorial

    v70 v71  
    1010== Preparations ==
    1111You should have already downloaded and build orxonox last time. If not, refer to this: [wiki:PPS_download]
     12
     13== Code Editor ==
     14For an efficient workflow we recommend using a good code editor. If you are already familiar with an editor like vim or emacs, of course use these. However if you do not yet have a preferred text editor on linux we recommend you to install [Sublime text: https://www.sublimetext.com/3] (Download the tarball and unzip it somewhere in your home directory, e.g. ~/apps). Another good choice is [Visual Studio Code: https://code.visualstudio.com].
    1215
    1316== Before you start coding ==