summaryrefslogtreecommitdiffstats
path: root/crawl-ref/INSTALL
diff options
context:
space:
mode:
authorennewalker <ennewalker@c06c8d41-db1a-0410-9941-cceddc491573>2009-04-26 18:36:31 +0000
committerennewalker <ennewalker@c06c8d41-db1a-0410-9941-cceddc491573>2009-04-26 18:36:31 +0000
commitd75188ff7cc3f0190a627aec623658d5e969486e (patch)
tree6a5438ca9cbc20fdf6f7f9764af4acfeea9fb4cd /crawl-ref/INSTALL
parentc6ad594b7e6f3e82f5a3d413eea184fb1d13ac3a (diff)
downloadcrawl-ref-d75188ff7cc3f0190a627aec623658d5e969486e.tar.gz
crawl-ref-d75188ff7cc3f0190a627aec623658d5e969486e.zip
[2781364] Updating INSTALL file for new tiles prerequisites in 0.5.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9698 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/INSTALL')
-rw-r--r--crawl-ref/INSTALL15
1 files changed, 12 insertions, 3 deletions
diff --git a/crawl-ref/INSTALL b/crawl-ref/INSTALL
index 35d6434e0a..a3838a1983 100644
--- a/crawl-ref/INSTALL
+++ b/crawl-ref/INSTALL
@@ -274,9 +274,18 @@ Building Tiles versions
* All platforms require the same prerequisites listed in the other
sections above for building each of these platforms.
-* The Linux and Mac OS X builds additionally require libpng. The Mac OS X
- version expects it to be installed via fink in /sw. If this is not the
- case, then you should edit PNG_INCLUDE and PNG_LIB in makefile.x11.
+* All platforms additionally require the development versions of the following
+ software packages installed.
+
+ * SDL (http://www.libsdl.org/download-1.2.php)
+ * SDL_image (http://www.libsdl.org/projects/SDL_image/)
+ * libpng (http://www.libpng.org/pub/png/libpng.html)
+ * Freetype 2 (http://www.freetype.org/download.html)
+
+ On Mac OS X, these are expected to be installed via fink in /sw. On Linux,
+ these can be installed via a package manager. On Windows, they should be
+ installed, compiled, and the headers and libs placed in a location that the
+ compiler can find them via its default include and library paths.
* If you want both ASCII and Tiles binaries you need to compile them
separately, rename one of them, and copy them into the same Crawl