summaryrefslogtreecommitdiffstats
path: root/crawl-ref/INSTALL
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-03-31 18:07:04 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-03-31 18:07:04 +0000
commitc8d5f97bc7bbf29f1826399d98a9e25b541ba0a8 (patch)
tree237ee71f7f2fdda1d32e8f7dfdb5f7159c2484a5 /crawl-ref/INSTALL
parent32dee58c141a7d017ed93fd39ac45cc3a194f701 (diff)
downloadcrawl-ref-c8d5f97bc7bbf29f1826399d98a9e25b541ba0a8.tar.gz
crawl-ref-c8d5f97bc7bbf29f1826399d98a9e25b541ba0a8.zip
Updated release info in INSTALL.
Tweaked release build script to remove references to obsolete -llualib. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1152 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/INSTALL')
-rw-r--r--crawl-ref/INSTALL11
1 files changed, 6 insertions, 5 deletions
diff --git a/crawl-ref/INSTALL b/crawl-ref/INSTALL
index d97284265b..092451b4a2 100644
--- a/crawl-ref/INSTALL
+++ b/crawl-ref/INSTALL
@@ -1,11 +1,11 @@
Install instructions for Dungeon Crawl Stone Soup (DCSS)
--------------------------------------------------------
-(Last updated on 20061107 for Dungeon Crawl Stone Soup 0.1.3.)
+(Last updated on 20060331 for Dungeon Crawl Stone Soup 0.2.)
Building Dungeon Crawl Stone Soup
---------------------------------
Crawl Stone Soup is known to compile successfully on the following platforms as
-of version 0.1:
+of version 0.2:
- Any Unix with a recent gcc (and g++), GNU make and libncurses, including
Linux and Mac OS X.
@@ -92,8 +92,8 @@ byacc are also fine (edit your makefile appropriately).
* If you have Lua, you can edit AppHdr.h and uncomment
// #define CLUA_BINDINGS
- then add -llua to your LIB = line in makefile.unix, and rebuild to compile with
- Lua support.
+ then add -llua to your LIB = line in makefile.unix, and rebuild to
+ compile with Lua support.
Building on Mac OS X
@@ -116,7 +116,8 @@ install Xcode to get gcc and make), or alternatively you can use Xcode.
configurations are intended for development and may not result in a binary
that can be distributed to others.
-* You can also use makefile.osx, which will run xcodebuild from the command line.
+* You can also use makefile.osx, which will run xcodebuild from the
+ command line.
* If you have Lua installed, you can add your lua headers and liblua library to
the 'Crawl' target in the Xcode project, uncomment the '#define CLUA_BINDINGS'