Changes between Version 6 and Version 7 of documentation/PythonManual/Overview

Show
Ignore:
Author:
lloydw (IP: 192.168.0.1)
Timestamp:
01/08/08 15:40:42 (10 years ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • documentation/PythonManual/Overview

    v6 v7  
    1515== Getting Started == 
    1616 
    17 If you're developing on Windows you can [attachment:rocket_support.zip?format=raw download] our pre-built support package which includes both of these libraries. 
     17'''Windows''' 
     18You can [attachment:rocket_support.zip?format=raw download] our pre-built support package which includes both of these libraries. Extract the archive into C:\rocket_support and the projects should compile without modification. 
    1819 
    19 On other platforms you'll need to install and compile both the libraries and then update config.py (in the build directory) with the relevant paths before attempting to compile any python related code. See README.TXT in the samples folder for more information. 
     20'''MacOSX / Linux''' 
     21You'll need to compile and install both libraries and then update config.py (in the build directory) with the relevant paths before attempting to compile any python related code. See README.TXT in the samples folder for more information. 
    2022 
    21 The best place to start exploring RocketPython is to look at the PyInvaders sample application which is a reword of the standard Invaders sample but with python support. There is also a step by step [wiki:documentation/tutorials/PythonEventSystem tutorial] describing the steps taken to do the conversion. 
     23The best place to start exploring RocketPython is to look at the PyInvaders sample application which is a rework of the standard Invaders sample but with python support. There is also a step by step [wiki:documentation/tutorials/PythonEventSystem tutorial] describing the steps taken to do the conversion.