summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--INSTALL2
2 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b158a237..0798b7ea 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-02-18 Bjørn Lindeijer <bjorn@lindeijer.nl>
+
+ * INSTALL: Added notes about installing gettext and cvs.
+
2008-02-13 Philipp Sehmisch <tmw@crushnet.org>
* data/monsters.xml: Converted movement speed to pixels per second.
diff --git a/INSTALL b/INSTALL
index 697a0c17..3cb2b3c6 100644
--- a/INSTALL
+++ b/INSTALL
@@ -30,6 +30,8 @@ If you checked TMW out from CVS you will also need these tools to compile:
* GNU automake 1.9 http://www.gnu.org/software/automake/
* GNU autoconf http://www.gnu.org/software/autoconf/
+* GNU gettext http://www.gnu.org/software/gettext/
+* CVS http://www.nongnu.org/cvs/ (needed to run autopoint)
Installing these dependencies is distributions-specific, and we'll leave it to
you to figure this out.