summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README5
1 files changed, 3 insertions, 2 deletions
diff --git a/README b/README
index 955da4e..7ee438a 100644
--- a/README
+++ b/README
@@ -16,6 +16,7 @@ You must have:
autoheader
automake
autoconf
+ libtool
gcc
To compile run:
@@ -25,8 +26,8 @@ To compile run:
sudo make install # (if you want to install it into your system directories)
On Ubuntu/Debian, you can do:
- sudo apt-get install build-essential automake autoconf \
- libgnutls-dev libusb-dev libfuse-dev libglib2.0-dev libxml2-dev \
+ sudo apt-get install build-essential automake autoconf libtool \
+ libgnutls-dev libusb-dev libfuse-dev libglib2.0-dev \
libreadline5-dev
== Who/what/where? ==