junglejourney
changeset 204:0e1ae5213c3b
Added information about the sources and the hosted repository at
retrosoftware.co.uk.
| author | David Boddie <david@boddie.org.uk> |
|---|---|
| date | Sun Oct 09 00:09:28 2011 +0200 |
| parents | 4370807ccb05 |
| children | 06578280fd9d |
| files | README.txt |
| diffstat | 1 files changed, 14 insertions(+), 1 deletions(-) [+] |
line diff
1.1 --- a/README.txt Sat Oct 08 23:58:34 2011 +0200 1.2 +++ b/README.txt Sun Oct 09 00:09:28 2011 +0200 1.3 @@ -37,8 +37,21 @@ 1.4 1.5 Installation 1.6 1.7 +The sources for this game can be obtained from the Mercurial repository hosted 1.8 +on the Retro Software Web site: 1.9 + 1.10 + http://www.retrosoftware.co.uk/hg/junglejourney 1.11 + 1.12 +You can download an archive of the current sources by clicking on one of the 1.13 +"bz2", "zip" or "gz" links on the main repository page. 1.14 + 1.15 +Alternatively, you can use Mercurial to clone this repository from the command 1.16 +line, obtaining the full development history of the game: 1.17 + 1.18 + hg clone http://www.retrosoftware.co.uk/hg/junglejourney 1.19 + 1.20 You need Python, the Python Imaging Library and the Ophis 6502 assembler to 1.21 -build this game. 1.22 +build the game. 1.23 1.24 Run the build.py script at the command line, passing the name of the UEF file 1.25 to create. If the file was created, load it into an Electron emulator or create
