diff options
Diffstat (limited to 'README')
| -rw-r--r-- | README | 11 |
1 files changed, 8 insertions, 3 deletions
| @@ -5,12 +5,17 @@ For: | |||
| 5 | Apple Binary and XML Property Lists | 5 | Apple Binary and XML Property Lists |
| 6 | 6 | ||
| 7 | You must have: | 7 | You must have: |
| 8 | libglib2.0-dev | ||
| 9 | libxml2-dev | 8 | libxml2-dev |
| 10 | cmake | 9 | cmake |
| 11 | make | 10 | make |
| 12 | gcc | 11 | gcc |
| 13 | 12 | ||
| 13 | libcnary as a git submodule. | ||
| 14 | To retrieve the submodule code, you need to run: | ||
| 15 | git submodule init | ||
| 16 | git submodule update | ||
| 17 | in the base directory. | ||
| 18 | |||
| 14 | Optional: | 19 | Optional: |
| 15 | swig | 20 | swig |
| 16 | python | 21 | python |
| @@ -24,7 +29,7 @@ To compile run: | |||
| 24 | 29 | ||
| 25 | On Ubuntu/Debian, you can do: | 30 | On Ubuntu/Debian, you can do: |
| 26 | sudo apt-get install build-essential cmake \ | 31 | sudo apt-get install build-essential cmake \ |
| 27 | libglib2.0-dev libxml2-dev | 32 | libxml2-dev |
| 28 | 33 | ||
| 29 | 34 | ||
| 30 | == Who/what/where? == | 35 | == Who/what/where? == |
| @@ -43,4 +48,4 @@ Mailing List: | |||
| 43 | http://lists.libimobiledevice.org/mailman/listinfo/libimobiledevice-devel | 48 | http://lists.libimobiledevice.org/mailman/listinfo/libimobiledevice-devel |
| 44 | 49 | ||
| 45 | updated: | 50 | updated: |
| 46 | 2011-02-12 | 51 | 2011-05-27 |
