summaryrefslogtreecommitdiffstats
path: root/crawl-ref/INSTALL.txt
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2012-12-28 01:35:09 +0100
committerAdam Borowski <kilobyte@angband.pl>2012-12-28 01:37:52 +0100
commit10a269ee784ab0f67910b27b98c932b1e6170837 (patch)
tree70cc7c3d9ada574db1790dcb4f1ab1daf5c1980d /crawl-ref/INSTALL.txt
parent164869b0072d6c8063f48123961969114c294e44 (diff)
downloadcrawl-ref-10a269ee784ab0f67910b27b98c932b1e6170837.tar.gz
crawl-ref-10a269ee784ab0f67910b27b98c932b1e6170837.zip
Document that opengl headers (typically mesa) are needed for build.
The docs still lived in 0.4 times from before GLification of tiles.
Diffstat (limited to 'crawl-ref/INSTALL.txt')
-rw-r--r--crawl-ref/INSTALL.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/INSTALL.txt b/crawl-ref/INSTALL.txt
index acb3bd4432..bd4ccd023c 100644
--- a/crawl-ref/INSTALL.txt
+++ b/crawl-ref/INSTALL.txt
@@ -149,7 +149,8 @@ Prerequisites (other systems):
GNU gcc and g++, GNU make, libncursesw or libcursesw. You need the development
headers for ncurses - they may not be installed by default on some Unixes.
-For tile builds, you need FreeDesktop's pkg-config and X11 headers.
+For tile builds, you need FreeDesktop's pkg-config, X11 and opengl headers.
+The latter are likely to come from mesa sources.
flex and bison are optional but highly recommended. Recent versions of byacc
are also fine (edit your makefile appropriately).