Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Installing Dependencies for Futurerestore
- 1. brew install automake autoconf libtool pkg-config
- 2. git clone http://git.libimobiledevice.org/libplist.git && cd ./libplist && bash autogen.sh && sudo make install
- 3. cd ..
- 4. git clone https://github.com/tihmstar/libirecovery && cd ./libirecovery && bash autogen.sh && make install
- 5. cd ..
- 6. git clone https://github.com/tihmstar/libcrippy && cd ./libcrippy && bash autogen.sh && make install
- 7. cd ..
- 8. git clone https://github.com/tihmstar/libfragmentzip && cd ./libfragmentzip && bash autogen.sh && make install
- 9. cd ..
- 10. git clone https://github.com/tihmstar/libpartialzip && cd ./libpartialzip && bash autogen.sh && make install
- 11. cd ..
- 12. git clone https://github.com/aburgh/libzip.git
- 13. cd libzip
- 14. ./configure
- 15. make
- 16. sudo make install
- 17. sudo make clean
- 18. cd /usr/local
- 19. sudo mkdir ssl
- 20. sudo chmod 777 /usr/local/ssl
- 21. cd
- 22. git clone https://github.com/openssl/openssl.git
- 23. cd openssl
- 24. ./config
- 25. make
- 26. make install
- 27. brew install curl
- 28. brew update
- 29. brew install openssl
- 30. ln -s /usr/local/opt/openssl/lib/libcrypto.1.0.0.dylib /usr/local/lib/
- 31. ln -s /usr/local/opt/openssl/lib/libssl.1.0.0.dylib /usr/local/lib/
- 32. cd ..
- 33. git clone https://github.com/libimobiledevice/libimobiledevice.git && cd ./libimobiledevice && bash autogen.sh && make install
- 34. cd ..
- Compiling libipatcher for Futurerestore
- ####dependency needed####
- 1. get xpwn from here https://www.mediafire.com/?809547lzmy7knhz
- 2. get libipatcher libs from here http://www.mediafire.com/file/3qkdlc2d28scfvw/libiPatcherLibs.zip
- 3. move libs to /usr/local/lib folder using this command scp -r lib* /usr/local/lib
- 4. use this install script to get additional dependencies https://www.mediafire.com/?52a1ah23580et0a
- ####libipatcher source code###
- 1. git clone --recursive https://github.com/tihmstar/libipatcher.git
- 2. move xpwn folder to libipatcher/include
- 3. move openssl folder from libipatcher/include/xpwn/8900 to libipatcher/include
- 4. cd libipatcher
- 5. bash autogen.sh && make install
- 6. cd ..
- ####Compile futurerestore####
- 1. git clone --recursive https://github.com/tihmstar/futurerestore.git
- 2. cd futurerestore
- 3. ./autogen.sh
- 4. make
- 5. ls futurerestore/futurerestore
- 6. sudo make install
- 7. cd
- 8. futurerestore
- 9. open futurerestore
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement