summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorGravatar Jonathan Beck2009-04-13 08:36:00 -0700
committerGravatar Matt Colyer2009-04-13 08:36:00 -0700
commit319e8a3df1ade94f92bf01b006c64f2e73d5cfe5 (patch)
treebea55d277bfdae667a8b9ae9b7d25601db4ee794 /README
parentb55a541ea8a8e4cd4a80126420e7b3da48148bc8 (diff)
downloadlibimobiledevice-319e8a3df1ade94f92bf01b006c64f2e73d5cfe5.tar.gz
libimobiledevice-319e8a3df1ade94f92bf01b006c64f2e73d5cfe5.tar.bz2
Add libtool depenency in README [#21 state:resolved]
Signed-off-by: Matt Colyer <matt@colyer.name>
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 3 insertions, 2 deletions
diff --git a/README b/README
index 5bc5c5e..e3c7053 100644
--- a/README
+++ b/README
@@ -15,6 +15,7 @@ You must have:
autoheader
automake
autoconf
+ libtool
gcc
To compile run:
@@ -22,10 +23,10 @@ To compile run:
./configure
make
sudo make install # (if you want to install it into your system directories)
- libiphone-initconf # (as the user you intend to user the library)
+ libiphone-initconf # (as the user you intend to use the library)
On Ubuntu/Debian, you can do:
- sudo apt-get install build-essential automake autoconf \
+ sudo apt-get install build-essential automake autoconf libtool\
libgnutls-dev libusb-dev libfuse-dev libglib2.0-dev libxml2-dev \
libreadline5-dev