From d75188ff7cc3f0190a627aec623658d5e969486e Mon Sep 17 00:00:00 2001 From: ennewalker Date: Sun, 26 Apr 2009 18:36:31 +0000 Subject: [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 --- crawl-ref/INSTALL | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) (limited to 'crawl-ref/INSTALL') 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 -- cgit v1.2.3-54-g00ecf