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 /INSTALL | |
parent | a4b011f7a0cc999dbb4caeb9e455c80cf8a09b1c (diff) | |
download | mana-client-05a841a567d45367a177d51f3055efa310d9f0e6.tar.gz mana-client-05a841a567d45367a177d51f3055efa310d9f0e6.tar.bz2 mana-client-05a841a567d45367a177d51f3055efa310d9f0e6.tar.xz mana-client-05a841a567d45367a177d51f3055efa310d9f0e6.zip |
Added notes about installing gettext and cvs to INSTALL file.
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |