Skip to content

Instantly share code, notes, and snippets.

@jmpews
Created July 3, 2019 16:47
Show Gist options
  • Save jmpews/cc8e2e8a8b95a217fbbc909005ae2e1e to your computer and use it in GitHub Desktop.
Save jmpews/cc8e2e8a8b95a217fbbc909005ae2e1e to your computer and use it in GitHub Desktop.
libimobiledevice compile
git clone https://github.com/libimobiledevice/libplist.git
cd libplist
./autogen.sh
make

git clone https://github.com/libimobiledevice/libusbmuxd.git
cd libusbmuxd
./autogen.sh
make

export libusbmuxd_CFLAGS=-I/Users/jmpews/Z/project_git/libimobiledevice/libusbmuxd/include
export libusbmuxd_LIBS="-L/Users/jmpews/Z/project_git/libimobiledevice/libusbmuxd/src/.libs -lusbmuxd"
export libplist_CFLAGS=-I/Users/jmpews/Z/project_git/libimobiledevice/libplist/include
export libplist_LIBS="-L/Users/jmpews/Z/project_git/libimobiledevice/libplist/src/.libs -lplist"

git clone https://github.com/libimobiledevice/libimobiledevice.git
cd libimobiledevice
./autogen.sh
make
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment