libimobiledevice

From iPhone Development Wiki


libimobiledevice is a large, vigorously maintained cross-platform suite of tools for communicating with iOS devices.

Installation

 sudo port install libimobiledevice
 

brew install libimobiledevice

A compiled version of libimobiledevice is available here. Download the .tar.xz file and extract it using 7-zip or a similar program. You can add this extracted folder to the path by following the walkthrough here

 sudo apt-get install usbmuxd libimobiledevice6 libimobiledevice-utils
 

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

git clone https://github.com/libimobiledevice/libimobiledevice.git
cd libimobiledevice
./autogen.sh \
    --prefix=/opt/local \
    --enable-debug

make

sudo zypper install libimobiledevice6 usbmuxd