Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mcolyer/libiphone
UNMAINTAINED
https://github.com/mcolyer/libiphone
Last synced: 18 days ago
JSON representation
UNMAINTAINED
- Host: GitHub
- URL: https://github.com/mcolyer/libiphone
- Owner: mcolyer
- License: lgpl-2.1
- Archived: true
- Created: 2009-03-24T02:53:40.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2010-03-21T16:49:30.000Z (over 14 years ago)
- Last Synced: 2024-07-31T22:55:17.355Z (3 months ago)
- Language: C
- Homepage: https://github.com/libimobiledevice/libimobiledevice
- Size: 1.01 MB
- Stars: 59
- Watchers: 6
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: COPYING
Awesome Lists containing this project
README
About
=====A library to communicate with services running on Apple iPhone/iPod Touch
devices.Requirements
============Development Packages of:
libgnutls
libgcrypt
glib2.0
libplist
libusbmuxd (within usbmuxd package, see below)Software:
usbmuxd (git clone git://git.marcansoft.com/usbmuxd.git)
make
autoheader
automake
autoconf
libtool
gccInstallation
============To compile run:
./autogen.sh
./configure
make
sudo make installOn Ubuntu/Debian, you can do:
sudo apt-get install build-essential automake autoconf libtool\
libgnutls-dev libglib2.0-dev libxml2-dev libreadline5-devWho/What/Where?
===============Home:
http://www.libimobiledevice.org/Wiki:
http://matt.colyer.name/projects/iphone-linux/Code:
git clone git://github.com/MattColyer/libiphone.gitTickets:
http://libiphone.lighthouseapp.com/Mailing List:
http://lists.libimobiledevice.org/mailman/listinfo/libimobiledevice-develCredits
=======Apple, iPhone, iPod, and iPod Touch are trademarks of Apple Inc.
libimobiledevice is an independent software library and has not been
authorized, sponsored, or otherwise approved by Apple Inc.README Updated on:
2010-03-13