Skip to content

sladen/libiphone

 
 

Repository files navigation

INSTALLATION
================================================================================

For:
	Apple iPhone/iPod Touch 1.0/1.1/1.1.1/1.2/1.3/2.0+
	+ iPod USB cable

You must have:
	libgnutls-dev
	libgcrypt-dev
	libusb-dev
	libfuse-dev (and the associated kernel modules)
	libglib2.0-dev
	libplist-dev
	usbmuxd (http://pims.selfip.net/git/usbmuxd)
	make
	autoheader
	automake
	autoconf
	libtool
	gcc

To compile run:
	./autogen.sh
	./configure
	make
	sudo make install  # (if you want to install it into your system directories)

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

== Who/what/where? ==

wiki:
	http://matt.colyer.name/projects/iphone-linux/index.php?title=Main_Page

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

tickets:
	http://libiphone.lighthouseapp.com/projects/27916-libiphone/tickets?q=all

mailing list:
	http://lists.mattcolyer.com/listinfo.cgi/iphone-linux-dev-mattcolyer.com

updated:
	2009-04-23

About

A library implementing the protocols to access an iPhone in Linux.

Resources

License

LGPL-2.1, GPL-2.0 licenses found

Licenses found

LGPL-2.1
COPYING.LESSER
GPL-2.0
COPYING

Stars

Watchers

Forks

Packages

No packages published