|
@@ -6,9 +6,10 @@ git 发布分源码 wget https://github.com/libimobiledevice/libimobiledevice/re
|
|
|
|
|
|
https://libimobiledevice.org/ 官网所发布出来的包都是比较旧,基本不使用这里面的包
|
|
|
libimobiledevice这个包现在不发布包,所以都是使用git获取源码编译
|
|
|
+因为苹果的产品发布和系统更新比较频繁,所以idevicerestore 一般都是使用git源码,以获取最新支持
|
|
|
|
|
|
|
|
|
-apt-get install pkg-config libtool libcurl4 libcurl4-openssl-dev libssl-dev libusb-1.0-0-dev libreadline-dev
|
|
|
+apt-get install pkg-config libtool libcurl4 libcurl4-openssl-dev libssl-dev libusb-1.0-0-dev libreadline-dev libzip-dev
|
|
|
|
|
|
wget https://github.com/libimobiledevice/libplist/releases/download/2.6.0/libplist-2.6.0.tar.bz2
|
|
|
tar -jxvf ./libplist-2.6.0.tar.bz2
|
|
@@ -60,7 +61,8 @@ cd libirecovery-1.2.0
|
|
|
make -j4 && make install
|
|
|
|
|
|
|
|
|
-
|
|
|
-
|
|
|
+git clone http://120.24.58.247:3000/iphone/idevicerestore.git
|
|
|
+./autogen.sh
|
|
|
+make -j4 && make install
|
|
|
|
|
|
|