diff options
| -rw-r--r-- | README | 14 |
1 files changed, 5 insertions, 9 deletions
| @@ -10,12 +10,6 @@ You must have: | |||
| 10 | make | 10 | make |
| 11 | gcc | 11 | gcc |
| 12 | 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 | |||
| 19 | Optional: | 13 | Optional: |
| 20 | swig | 14 | swig |
| 21 | python | 15 | python |
| @@ -28,8 +22,7 @@ To compile run: | |||
| 28 | sudo make install # (if you want to install it into your system directories) | 22 | sudo make install # (if you want to install it into your system directories) |
| 29 | 23 | ||
| 30 | On Ubuntu/Debian, you can do: | 24 | On Ubuntu/Debian, you can do: |
| 31 | sudo apt-get install build-essential cmake \ | 25 | sudo apt-get install build-essential cmake libxml2-dev |
| 32 | libxml2-dev | ||
| 33 | 26 | ||
| 34 | 27 | ||
| 35 | == Who/what/where? == | 28 | == Who/what/where? == |
| @@ -40,6 +33,9 @@ Home: | |||
| 40 | Code: | 33 | Code: |
| 41 | git clone http://cgit.sukimashita.com/libplist.git/ | 34 | git clone http://cgit.sukimashita.com/libplist.git/ |
| 42 | 35 | ||
| 36 | libplist uses libcnary, see: | ||
| 37 | http://github.com/Chronic-Dev/libcnary | ||
| 38 | |||
| 43 | Tickets: | 39 | Tickets: |
| 44 | http://libiphone.lighthouseapp.com/ | 40 | http://libiphone.lighthouseapp.com/ |
| 45 | Please tag libplist related bugs with 'libplist' | 41 | Please tag libplist related bugs with 'libplist' |
| @@ -48,4 +44,4 @@ Mailing List: | |||
| 48 | http://lists.libimobiledevice.org/mailman/listinfo/libimobiledevice-devel | 44 | http://lists.libimobiledevice.org/mailman/listinfo/libimobiledevice-devel |
| 49 | 45 | ||
| 50 | updated: | 46 | updated: |
| 51 | 2011-05-27 | 47 | 2011-06-25 |
