ZackehSoul

Compiling OpeniBoot

Sep 7th, 2011
350
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. cd Desktop/curl-7.21.7
  2. ./configure
  3. make
  4. sudo make install
  5. cd ../../
  6. sudo apt-get install libusb-1.0-0 libusb-1.0-0-dev libreadline6-dev readline-common libreadline6 libreadline-dev texinfo cmake git-core build-essential texinfo libreadline-dev libssl-dev libusb-1.0-0-dev libpng12-dev libusb-dev autoconf automake libnewlib-dev scons manpages-posix manpages-posix-dev
  7. git clone http://github.com/iDroid-Project/openiBoot
  8. cd openiBoot
  9. sudo toolchain/build-toolchain.sh make
  10. git submodule init
  11. git submodule update
  12. cd openiboot
  13. scons iPhone3GS
  14. cd ../utils/syringe && make && cd ../../
  15. cd utils/oibc && make && cd ../../openiboot
  16. sudo cp /home/zack/Desktop/51-android.rules /etc/udev/rules.d/
  17. ../utils/syringe/utilities/loadibec iphone_3gs_openiboot.bin
  18. ../utils/oibc/oibc
Advertisement
Add Comment
Please, Sign In to add comment