README 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. About
  2. =====
  3. A client library to multiplex connections from and to iOS devices by connecting
  4. to a socket provided by a usbmuxd daemon.
  5. Requirements
  6. ============
  7. Development Packages of:
  8. libplist
  9. Software:
  10. usbmuxd (Windows and Mac OS X can use the one provided by iTunes)
  11. make
  12. autoheader
  13. automake
  14. autoconf
  15. libtool
  16. pkg-config
  17. gcc
  18. Optional:
  19. inotify (Linux only)
  20. Installation
  21. ============
  22. To compile run:
  23. ./autogen.sh
  24. make
  25. sudo make install
  26. Who/What/Where?
  27. ===============
  28. Home:
  29. http://www.libimobiledevice.org/
  30. Code:
  31. git clone http://git.sukimashita.com/libusbmuxd.git
  32. Code (Mirror):
  33. git clone https://github.com/libimobiledevice/libusbmuxd.git
  34. Tickets:
  35. http://github.com/libimobiledevice/libusbmuxd/issues
  36. Mailing List:
  37. http://lists.libimobiledevice.org/mailman/listinfo/libimobiledevice-devel
  38. IRC:
  39. irc://irc.freenode.net#libimobiledevice
  40. Credits
  41. =======
  42. Apple, iPhone, iPod, and iPod Touch are trademarks of Apple Inc.
  43. libimobiledevice is an independent software library and has not been
  44. authorized, sponsored, or otherwise approved by Apple Inc.
  45. README Updated on:
  46. 2014-10-02