Skip to content

Instantly share code, notes, and snippets.

@iconstate
iconstate / libimobiledevice-build.sh
Created October 1, 2012 14:29 — forked from boxingsquirrel/libimobiledevice-build-without-root.sh
Build libimobiledevice from source easily... on Ubuntu 12.04 on VirtualBox
sudo apt-get update
sudo apt-get install build-essential git\
cmake python-dev cython swig \
libusb-1.0 \
automake autoconf libtool \
libgnutls-dev libglib2.0-dev libxml2-dev libreadline-dev
echo "Building libplist..."
git clone http://cgit.sukimashita.com/libplist.git/