blob: f74ab6df2af76d1f2a0779dcfd3a526653695cf1 [file] [log] [blame]
#!/bin/bash
# Get the packaged libs out of the way so the linker doesn't grab the wrong ones:
sudo apt remove ideviceinstaller ifuse libimobiledevice-utils libimobiledevice6 libplist3 libusbmuxd6 usbmuxd
# Add build deps:
sudo apt-get -y install build-essential checkinstall git autoconf automake libtool-bin pkgconf libssl-dev fuse libfuse-dev libzip-dev libusb-1.0-0-dev
# Without pkgconf, the configure scripts complain of syntax errors.