一 最简单编译:
点击下载tihmstarinstaller编译工具
1.终端cd进入tihmstarinstaller放置路径
2.运行tihmstarinstaller -c
3.再运行tihmstarinstaller -a
4.编译文件及依赖位于用户目录tihmstar!
二 以下是手动编译:
仅对爱折腾的封釉,不要问我这些工具有什么用.谢谢!
在此创建一个dependency文件夹,存放所有依赖!记住每安装完一个终端输入cd.. 返回dependency.确保所有依赖安装在同一文件夹dependency
终端依次安装:
cd 到 dependency
/usr/bin/ruby -e "$(curl -fssl
https://raw.githubusercontent.com/homebrew/install/master/install)"
brew install automake autoconf libtool pkg-config
git clone https://gitee.com/style00/libirecovery.git && cd libirecovery && bash autogen.sh && make install
git clone https://gitee.com/style00/libcrippy && cd libcrippy && bash autogen.sh && make install
cd /usr/local && sudo mkdir ssl && sudo chmod 777 /usr/local/ssl
cd 到 dependency
git clone https://gitee.com/style00/openssl.git && cd openssl && ./config && make && sudo make install
brew install curl
brew install openssl
ln -s /usr/local/opt/openssl/lib/libcrypto.1.0.0.dylib /usr/local/lib/
ln -s /usr/local/opt/openssl/lib/libssl.1.0.0.dylib /usr/local/lib/
ln -s /usr/local/cellar/openssl/1.0.2j/bin/openssl openssl
brew install libzip
git clone https://gitee.com/style00/libplist.git && cd libplist && bash autogen.sh && make && sudo make install
git clone https://gitee.com/style00/libfragmentzip.git && cd libfragmentzip && bash autogen.sh && make && sudo make install
git clone https://gitee.com/style00/libusbmuxd.git && cd libusbmuxd && ./autogen.sh && make && sudo make install
git clone https://gitee.com/style00/libimobiledevice.git && cd libimobiledevice && bash autogen.sh && make && sudo make install
git clone https://gitee.com/style00/liboffsetfinder64.git&& cd liboffsetfinder64 && git submodule init && git submodule update && bash ./autogen.sh && make && sudo make install
git clone https://gitee.com/style00/libgeneral.git && cd libgeneral && ./autogen.sh && make && sudo make install
git clone https://gitee.com/style00/libipatcher.git && cd libipatcher && ./autogen.sh && make && sudo make install
brew install ideviceinstaller
git clone https://gitee.com/style00/tsschecker.git && cd tsschecker && ./autogen.sh && make && sudo make install
git clonehttps://gitee.com/style00/idevicerestore.git && cd idevicerestore && ./autogen.sh && make && sudo make install
git clone https://gitee.com/style00/img4tool.git && cd img4tool && git submodule init && git submodule update && ./autogen.sh && make && sudo make install
git clone https://gitee.com/style00/futurerestore.git && cd futurerestore && ./autogen.sh && make && sudo make install
git clone https://gitee.com/style00/ra1nsn0w.git && cd ra1nsn0w && ./autogen.sh && make && sudo make install