Skip to content
This repository was archived by the owner on Nov 17, 2017. It is now read-only.

mcolyer/libiphone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

eced427 · Mar 21, 2010
Mar 16, 2010
Mar 20, 2010
Mar 16, 2010
Dec 6, 2009
Mar 16, 2010
Mar 9, 2010
Mar 16, 2010
Mar 13, 2010
Aug 3, 2009
Jul 31, 2008
Jul 31, 2008
Mar 20, 2010
Mar 20, 2010
Mar 13, 2010
Jul 28, 2009
Mar 21, 2010
Mar 16, 2010
Jan 29, 2010

Repository files navigation

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
	gcc

Installation
============

To compile run:
	./autogen.sh
	./configure
	make
	sudo make install

On Ubuntu/Debian, you can do:
	sudo apt-get install build-essential automake autoconf libtool\
          libgnutls-dev libglib2.0-dev libxml2-dev libreadline5-dev

Who/What/Where?
===============

Home:
	http://www.libimobiledevice.org/

Wiki:
	http://matt.colyer.name/projects/iphone-linux/

Code:
	git clone git://github.com/MattColyer/libiphone.git

Tickets:
	http://libiphone.lighthouseapp.com/

Mailing List:
	http://lists.libimobiledevice.org/mailman/listinfo/libimobiledevice-devel

Credits
=======

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