diff options
| -rw-r--r-- | README | 17 |
1 files changed, 7 insertions, 10 deletions
| @@ -10,26 +10,23 @@ Development Packages of: | |||
| 10 | libxml2 | 10 | libxml2 |
| 11 | 11 | ||
| 12 | Software: | 12 | Software: |
| 13 | cmake | ||
| 14 | make | 13 | make |
| 14 | autoheader | ||
| 15 | automake | ||
| 16 | autoconf | ||
| 15 | libtool | 17 | libtool |
| 16 | pkg-config | 18 | pkg-config |
| 17 | gcc | 19 | gcc |
| 18 | 20 | ||
| 19 | Optional: | 21 | Optional: |
| 20 | cython (Python bindings) | 22 | cython (Python bindings) |
| 21 | swig (Python bindings / Deprecated) | 23 | doxygen (Documentation) |
| 22 | |||
| 23 | On Ubuntu/Debian, you can do: | ||
| 24 | sudo apt-get install build-essential cmake libxml2-dev | ||
| 25 | 24 | ||
| 26 | Installation | 25 | Installation |
| 27 | ============ | 26 | ============ |
| 28 | 27 | ||
| 29 | To compile run: | 28 | To compile run: |
| 30 | mkdir build | 29 | ./autogen.sh |
| 31 | cd build | ||
| 32 | cmake .. | ||
| 33 | make | 30 | make |
| 34 | sudo make install | 31 | sudo make install |
| 35 | 32 | ||
| @@ -59,7 +56,7 @@ Credits | |||
| 59 | 56 | ||
| 60 | Apple, iPhone, iPod, and iPod Touch are trademarks of Apple Inc. | 57 | Apple, iPhone, iPod, and iPod Touch are trademarks of Apple Inc. |
| 61 | libimobiledevice is an independent software library and has not been | 58 | libimobiledevice is an independent software library and has not been |
| 62 | authorized, sponsored or otherwise approved by Apple Inc. | 59 | authorized, sponsored, or otherwise approved by Apple Inc. |
| 63 | 60 | ||
| 64 | README Updated on: | 61 | README Updated on: |
| 65 | 2013-11-13 | 62 | 2014-02-11 |
