summaryrefslogtreecommitdiffstats
path: root/crawl-ref/INSTALL.txt
diff options
context:
space:
mode:
authorNeil Moore <neil@s-z.org>2011-12-16 16:37:09 -0500
committerNeil Moore <neil@s-z.org>2011-12-16 16:50:59 -0500
commitfe998c410e4cdd425ce9e5beccd601c2ed31ee2b (patch)
tree1176b8600363c6540668666cb0736196e4889b07 /crawl-ref/INSTALL.txt
parent952afcade9cd5f9757893847cf34401de9a1457c (diff)
downloadcrawl-ref-fe998c410e4cdd425ce9e5beccd601c2ed31ee2b.tar.gz
crawl-ref-fe998c410e4cdd425ce9e5beccd601c2ed31ee2b.zip
Add Fedora dependency list (wcunning).
Diffstat (limited to 'crawl-ref/INSTALL.txt')
-rw-r--r--crawl-ref/INSTALL.txt15
1 files changed, 14 insertions, 1 deletions
diff --git a/crawl-ref/INSTALL.txt b/crawl-ref/INSTALL.txt
index f1191cde31..9845c0c2b5 100644
--- a/crawl-ref/INSTALL.txt
+++ b/crawl-ref/INSTALL.txt
@@ -130,6 +130,19 @@ apt-get install ccache
less /usr/share/doc/ccache/README.Debian
+Prerequisites (Fedora):
+
+On Fedora, and possibly other RPM-based systems, you can get the dependencies
+by running the following as root:
+yum install gcc gcc-c++ make bison flex ncurses-devel lua-devel sqlite-devel \
+ zlib-devel pkgconfig SDL-devel SDL_image-devel libpng-devel freetype-devel
+(the last five are needed only for tile builds). As with Debian, this package
+list avoids the need for the bundled "contribs".
+
+ccache can be installed with:
+yum install ccache
+
+
Prerequisites (other systems):
GNU gcc and g++, GNU make, libncursesw or libcursesw. You need the development
@@ -142,7 +155,7 @@ are also fine (edit your makefile appropriately).
You need to link with a curses library that understands Unicode characters,
usually named libncursesw (the development headers for libncursesw are
-usually in /usr/include/ncursesw.)
+usually in /usr/include/ncursesw).
Building: