castleraider
changeset 304:2ab5cb93b22a
Added a missing Python module to the list of build dependencies.
| author | David Boddie <david@boddie.org.uk> |
|---|---|
| date | Mon Apr 07 01:13:08 2014 +0200 |
| parents | b784b5e2109b |
| children | 8b49c7f39945 |
| files | README.txt |
| diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line diff
1.1 --- a/README.txt Sun Apr 06 00:46:45 2014 +0200 1.2 +++ b/README.txt Mon Apr 07 01:13:08 2014 +0200 1.3 @@ -56,8 +56,8 @@ 1.4 1.5 hg clone http://www.retrosoftware.co.uk/hg/castleraider 1.6 1.7 -You need Python, the Python Imaging Library and the Ophis 6502 assembler to 1.8 -build the game. 1.9 +You need Python, the Python Imaging Library, the UEFfile module and the Ophis 1.10 +6502 assembler to build the game. 1.11 1.12 Run the build.py script at the command line, passing the name of the UEF file 1.13 to create. If the file was created, load it into an Electron emulator or create
