0

readme update

This commit is contained in:
Andrew Brown
2010-09-05 12:34:47 -04:00
parent 956e72dda1
commit e5edfcbac8

View File

@@ -21,9 +21,9 @@ Requirements
============ ============
This program requires: This program requires:
* Python 2.6 * Python 2.6 or 2.7 <http://python.org/download/>
* PIL (Python Imaging Library) * PIL (Python Imaging Library) <http://www.pythonware.com/products/pil/>
* Numpy * Numpy <http://scipy.org/Download>
I developed and tested this on Linux. It has been reported to work on Windows I developed and tested this on Linux. It has been reported to work on Windows
and Mac, but if something doesn't, let me know. and Mac, but if something doesn't, let me know.
@@ -36,8 +36,9 @@ Disclaimers
----------- -----------
Before you dive into using this, let it be known that there are a few minor Before you dive into using this, let it be known that there are a few minor
problems. First, it's slow. If your map is really large, this could take at problems. First, it's slow. If your map is really large, this could take at
least half an hour. Second, there's no progress bar. You can watch the tiles least half an hour, and for really large maps, several hours. Second, there's
get generated, but the program gives no feedback at this time on how far it is. no progress bar. You can watch the tiles get generated, but the program gives
no feedback at this time on how far it is.
There are probably some other minor glitches along the way, hopefully they will There are probably some other minor glitches along the way, hopefully they will
be fixed soon. See the `Bugs`_ section below. be fixed soon. See the `Bugs`_ section below.