summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIra Rice <irarice@gmail.com>2009-03-01 21:55:50 -0700
committerIra Rice <irarice@gmail.com>2009-03-01 21:55:50 -0700
commit4adee3cfbafee155ab9223e94162c6055ef0a412 (patch)
tree7cf8d5683671a5e107a2f5fc8286573d535f45d3
parent6b0cff837b7adae56dc90d12e9c0e256e6aab134 (diff)
downloadmana-client-4adee3cfbafee155ab9223e94162c6055ef0a412.tar.gz
mana-client-4adee3cfbafee155ab9223e94162c6055ef0a412.tar.bz2
mana-client-4adee3cfbafee155ab9223e94162c6055ef0a412.tar.xz
mana-client-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>
-rw-r--r--INSTALL5
1 files changed, 5 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index 321cec4d..f2eb5bb6 100644
--- a/INSTALL
+++ b/INSTALL
@@ -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.