diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2008-02-18 17:26:15 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2008-02-18 17:26:15 +0000 |
commit | 05a841a567d45367a177d51f3055efa310d9f0e6 (patch) | |
tree | 394e3e3bf92ac62c0feccc6ce8935b42450f942e | |
parent | a4b011f7a0cc999dbb4caeb9e455c80cf8a09b1c (diff) | |
download | mana-05a841a567d45367a177d51f3055efa310d9f0e6.tar.gz mana-05a841a567d45367a177d51f3055efa310d9f0e6.tar.bz2 mana-05a841a567d45367a177d51f3055efa310d9f0e6.tar.xz mana-05a841a567d45367a177d51f3055efa310d9f0e6.zip |
Added notes about installing gettext and cvs to INSTALL file.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | INSTALL | 2 |
2 files changed, 6 insertions, 0 deletions
@@ -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. @@ -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. |