2008-08-31 19:27:20 +02:00
2008-08-31 19:27:20 +02:00
2008-08-31 19:27:20 +02:00
2008-08-30 09:03:16 -07:00
2008-08-31 19:27:19 +02:00
2008-08-14 22:35:41 -07:00

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

You must have:
	libgnutls-dev
	libusb-dev
	libfuse-dev (and the associated kernel modules)
	libglib2.0-dev
	libxml2-dev
	make
	autoheader
	automake
	autoconf
	gcc

To compile run:
	./autogen.sh
	./configure
	make
	sudo make install (if you want to install it into your system directories)
	libiphone-initconf (as the user you intend to user the library)

USAGE
================================================================================

IMPORTANT: Before using the library you must run "libiphone-initconf". It will
generate keys and a host id for your system. It only needs to be run once but
it MUST be run.

There are currently 2 executables iphoneclient and ifuse, located in src/.

iphoneclient is a basic commandline interface, it just runs a few various operations.

ifuse is a Fuse filesystem which allows you to mount your iPhone to a directory
like this:

	./src/ifuse mountpoint

To unmount:
	umount mountpoint

S
Description
Automated archival mirror of github.com/libimobiledevice/libplist
Readme 2.8 MiB
Languages
C 73.7%
C++ 8.8%
M4 8.3%
Cython 4.9%
Shell 2.9%
Other 1.4%