diff options
| author | 2009-03-27 18:57:22 +0100 | |
|---|---|---|
| committer | 2009-03-27 18:57:22 +0100 | |
| commit | fe3a734e098e7de2ea7a0a785ef8d7727b0cbfe0 (patch) | |
| tree | 55bcd30a76ae1b8cd1394dbcbcf35a5659b802a9 /README | |
| parent | 26aa1fe88c19412e81db02f3a6397b22465ce565 (diff) | |
| download | libplist-fe3a734e098e7de2ea7a0a785ef8d7727b0cbfe0.tar.gz libplist-fe3a734e098e7de2ea7a0a785ef8d7727b0cbfe0.tar.bz2 | |
Update README.
Diffstat (limited to 'README')
| -rw-r--r-- | README | 21 |
1 files changed, 14 insertions, 7 deletions
| @@ -7,20 +7,23 @@ For: | |||
| 7 | You must have: | 7 | You must have: |
| 8 | libglib2.0-dev | 8 | libglib2.0-dev |
| 9 | libxml2-dev | 9 | libxml2-dev |
| 10 | cmake | ||
| 10 | make | 11 | make |
| 11 | autoheader | ||
| 12 | automake | ||
| 13 | autoconf | ||
| 14 | gcc | 12 | gcc |
| 15 | 13 | ||
| 14 | Optional: | ||
| 15 | swig | ||
| 16 | python | ||
| 17 | |||
| 16 | To compile run: | 18 | To compile run: |
| 17 | ./autogen.sh | 19 | mkdir build |
| 18 | ./configure | 20 | cd build |
| 21 | cmake .. | ||
| 19 | make | 22 | make |
| 20 | sudo make install # (if you want to install it into your system directories) | 23 | sudo make install # (if you want to install it into your system directories) |
| 21 | 24 | ||
| 22 | On Ubuntu/Debian, you can do: | 25 | On Ubuntu/Debian, you can do: |
| 23 | sudo apt-get install build-essential automake autoconf \ | 26 | sudo apt-get install build-essential cmake \ |
| 24 | libglib2.0-dev libxml2-dev | 27 | libglib2.0-dev libxml2-dev |
| 25 | 28 | ||
| 26 | 29 | ||
| @@ -32,8 +35,12 @@ wiki: | |||
| 32 | code: | 35 | code: |
| 33 | git clone git://github.com/JonathanBeck/libplist.git | 36 | git clone git://github.com/JonathanBeck/libplist.git |
| 34 | 37 | ||
| 38 | tickets: | ||
| 39 | http://libiphone.lighthouseapp.com/projects/27916-libiphone/tickets?q=all | ||
| 40 | Please tag libplist related bugs with 'libplist' | ||
| 41 | |||
| 35 | mailing list: | 42 | mailing list: |
| 36 | http://lists.mattcolyer.com/listinfo.cgi/iphone-linux-dev-mattcolyer.com | 43 | http://lists.mattcolyer.com/listinfo.cgi/iphone-linux-dev-mattcolyer.com |
| 37 | 44 | ||
| 38 | updated: | 45 | updated: |
| 39 | 2008-12-12 | 46 | 2009-03-27 |
