定做苹果设备相关软件联系QQ:820957570
1.下载msys2:http://msys2.github.io/
2.打开msys2目录下的mingw32.exe程序
3.安装依赖(慢)
pacman -S mingw-w64-i686-toolchain
pacman -S --needed base-devel msys2-devel
pacman -S git mingw-w64-i686-cython2 mingw-w64-i686-libzip
pacman -S make automake autoconf libtool pkg-conf
编译流程:
cd到对应代码目录: cd libplist/
运行autogen.sj : /autogen.sh
编译 : make && make install
4.下载libplist代码包
git clone https://github.com/libimobiledevice/libplist.git
5.编译libplist
5.下载libimobiledevice-glue代码包
git clone https://github.com/libimobiledevice/libimobiledevice-glue.git
5.编译libimobiledevice-glue
6.下载libusbmuxd代码包
git clone https://github.com/libimobiledevice/libusbmuxd.git
7.编译libusbmuxd
8.下载libimobiledevice代码包(可能需要doxygen,openssl)
git clone https://github.com/libimobiledevice/libimobiledevice.git
编译libimobiledevice