642 B
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