编译安装libimobiledevice
环境准备
确保你的开发环境满足
Development Packages of:
libgnutls or openssl
libplist
libusbmuxd
Software:
usbmuxd
make
autoheader
automake
autoconf
libtool
pkg-config
gcc
Optional:
cython (Python bindings)
doxygen (Documentation)
源码下载
git clone http://git.libimobiledevice.org/usbmuxd.git
编译安装
To compile run:
./autogen.sh
make
sudo make install
网友评论