-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
35 lines (22 loc) · 1.94 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Rurple NG, an environment for teaching programming to beginners
Development version, Paul Crowley, paul@lshift.net, 2009
http://dev.lshift.net/paul/rurple/
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Rurple NG is a reimplementation from scratch of André Roberge's marvellous
RUR-PLE: http://rur-ple.sourceforge.net/
This is an early release of RUR-PLE. On top of the failings listed in the manual, the biggest thing it lacks is a working build system. In order to get a working build of the Windows installer you need to follow the following steps:
- Build the manual. This is all the "SConstruct" file supplied currently does, and it currently uses a Linux specific hard-coded path for finding the relevant DocBook style sheet. Running an XSLT processor by hand should work equally well; the manual should end up in "build\html\index.html".
- Build the executable with "python setup.py py2exe". You will need py2exe and the wxPython library.
- Run "build.bat" to build the installer. You will need WiX installed.
I'd very much like to wrap all of these steps into the SConstruct file in a way that works under Windows. I'd also of course like to produce a .deb file suitable for Debian and Ubuntu based systems. Help in this area would be very much appreciated.
-- Paul Crowley, 2009-08-30