diff options
| author | 2009-04-13 08:36:00 -0700 | |
|---|---|---|
| committer | 2009-04-13 08:36:00 -0700 | |
| commit | 319e8a3df1ade94f92bf01b006c64f2e73d5cfe5 (patch) | |
| tree | bea55d277bfdae667a8b9ae9b7d25601db4ee794 | |
| parent | b55a541ea8a8e4cd4a80126420e7b3da48148bc8 (diff) | |
| download | libimobiledevice-319e8a3df1ade94f92bf01b006c64f2e73d5cfe5.tar.gz libimobiledevice-319e8a3df1ade94f92bf01b006c64f2e73d5cfe5.tar.bz2 | |
Add libtool depenency in README [#21 state:resolved]
Signed-off-by: Matt Colyer <matt@colyer.name>
| -rw-r--r-- | README | 5 |
1 files changed, 3 insertions, 2 deletions
| @@ -15,6 +15,7 @@ You must have: | |||
| 15 | autoheader | 15 | autoheader |
| 16 | automake | 16 | automake |
| 17 | autoconf | 17 | autoconf |
| 18 | libtool | ||
| 18 | gcc | 19 | gcc |
| 19 | 20 | ||
| 20 | To compile run: | 21 | To compile run: |
| @@ -22,10 +23,10 @@ To compile run: | |||
| 22 | ./configure | 23 | ./configure |
| 23 | make | 24 | make |
| 24 | sudo make install # (if you want to install it into your system directories) | 25 | sudo make install # (if you want to install it into your system directories) |
| 25 | libiphone-initconf # (as the user you intend to user the library) | 26 | libiphone-initconf # (as the user you intend to use the library) |
| 26 | 27 | ||
| 27 | On Ubuntu/Debian, you can do: | 28 | On Ubuntu/Debian, you can do: |
| 28 | sudo apt-get install build-essential automake autoconf \ | 29 | sudo apt-get install build-essential automake autoconf libtool\ |
| 29 | libgnutls-dev libusb-dev libfuse-dev libglib2.0-dev libxml2-dev \ | 30 | libgnutls-dev libusb-dev libfuse-dev libglib2.0-dev libxml2-dev \ |
| 30 | libreadline5-dev | 31 | libreadline5-dev |
| 31 | 32 | ||
