Files
libimobiledevice.org/content/get-started/linux/1-source.md
T
2023-04-21 18:12:09 +02:00

642 B

title, section, exclude
title section exclude
From Source <em>(Debian)</em> get-started/linux true

Open Terminal

Open a command-line terminal on your machine.

Install Dependencies

Enter the commands provided below.

$ sudo apt-get install \
	build-essential \
	checkinstall \
	git \
	autoconf \
	automake \
	libtool-bin \
	libplist-dev \
	libimobiledevice-glue-dev \
	libusbmuxd-dev \
	libssl-dev \
	usbmuxd

Build

Enter the commands provided below.

$ ./autogen.sh \
	--prefix=/opt/local \
	--enable-debug
$ make

Install

Enter the commands provided below.

$ sudo make install