diff options
| author | 2009-04-13 10:05:30 +0200 | |
|---|---|---|
| committer | 2009-04-13 10:05:30 +0200 | |
| commit | 620b6315b03e2dff3067b8fe9bae4d5486009ba4 (patch) | |
| tree | 889aa20d98a9d633ccb8536ae3abfdc913a4b1bd /README | |
| parent | f893e8a9e2cc197522f838b3f2bbec8862953c2f (diff) | |
| download | libimobiledevice-620b6315b03e2dff3067b8fe9bae4d5486009ba4.tar.gz libimobiledevice-620b6315b03e2dff3067b8fe9bae4d5486009ba4.tar.bz2 | |
Add libtool dependency in README.
Diffstat (limited to 'README')
| -rw-r--r-- | README | 5 | 
1 files changed, 3 insertions, 2 deletions
| @@ -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? == | 
