Changes between Version 6 and Version 7 of documentation/PythonManual/Overview
- Timestamp:
- 01/08/08 15:40:42 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
documentation/PythonManual/Overview
v6 v7 15 15 == Getting Started == 16 16 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''' 18 You 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. 18 19 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''' 21 You'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. 20 22 21 The best place to start exploring RocketPython is to look at the PyInvaders sample application which is a rewor dof 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.23 The 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.