README 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. About
  2. =====
  3. A library to communicate with services of Apple iOS devices using native
  4. protocols.
  5. Requirements
  6. ============
  7. Development Packages of:
  8. libgnutls or openssl
  9. libplist
  10. libusbmuxd
  11. Software:
  12. usbmuxd
  13. make
  14. autoheader
  15. automake
  16. autoconf
  17. libtool
  18. pkg-config
  19. gcc
  20. Optional:
  21. cython (Python bindings)
  22. doxygen (Documentation)
  23. Installation
  24. ============
  25. To compile run:
  26. ./autogen.sh
  27. make
  28. sudo make install
  29. Who/What/Where?
  30. ===============
  31. Home:
  32. http://www.libimobiledevice.org/
  33. Code:
  34. git clone http://git.libimobiledevice.org/libimobiledevice.git
  35. Code (Mirror):
  36. git clone https://github.com/libimobiledevice/libimobiledevice.git
  37. Tickets:
  38. http://github.com/libimobiledevice/libimobiledevice/issues
  39. Mailing List:
  40. http://lists.libimobiledevice.org/mailman/listinfo/libimobiledevice-devel
  41. IRC:
  42. irc://irc.freenode.net#libimobiledevice
  43. Twitter:
  44. https://twitter.com/libimobiledev
  45. Credits
  46. =======
  47. Apple, iPhone, iPod, and iPod Touch are trademarks of Apple Inc.
  48. libimobiledevice is an independent software library and has not been
  49. authorized, sponsored, or otherwise approved by Apple Inc.
  50. README Updated on:
  51. 2015-01-28