diff options
author | Ira Rice <irarice@gmail.com> | 2009-03-01 21:55:50 -0700 |
---|---|---|
committer | Ira Rice <irarice@gmail.com> | 2009-03-01 21:55:50 -0700 |
commit | 4adee3cfbafee155ab9223e94162c6055ef0a412 (patch) | |
tree | 7cf8d5683671a5e107a2f5fc8286573d535f45d3 /INSTALL | |
parent | 6b0cff837b7adae56dc90d12e9c0e256e6aab134 (diff) | |
download | mana-4adee3cfbafee155ab9223e94162c6055ef0a412.tar.gz mana-4adee3cfbafee155ab9223e94162c6055ef0a412.tar.bz2 mana-4adee3cfbafee155ab9223e94162c6055ef0a412.tar.xz mana-4adee3cfbafee155ab9223e94162c6055ef0a412.zip |
Added a note about some people also needing libtool. This was
encountered when stepping someone through a 64-bit install on Ubuntu.
Signed-off-by: Ira Rice <irarice@gmail.com>
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -35,6 +35,11 @@ compile: * GNU gettext http://www.gnu.org/software/gettext/ * CVS http://www.nongnu.org/cvs/ (needed to run autopoint) +On some machines, it's been reported that this package is also needed. However, +you might not need it: + +* GNU libtool http://www.gnu.org/software/libtool/ + Installing these dependencies is distributions-specific, and we'll leave it to you to figure this out. |