Advertisement
Guest User

Untitled

a guest
Jul 18th, 2016
5,326
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. 1 method
  2.  
  3. First you need open terminal on your Mac, after open terminal type this Libimobiledevice Commands for the latest version libimobiledevice 1.2.0:
  4.  
  5. ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
  6.  
  7. After the ruby download , it may take some time downloading all necesseries files wait for finish and then type on terminal:
  8.  
  9. brew install libimobiledevice
  10.  
  11. ready!!
  12.  
  13. Full Tutorial http://idevice.eu.pn/
  14.  
  15. 2 method:
  16.  
  17.  
  18. ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
  19.  
  20. run following
  21.  
  22.  
  23. brew install -v --fresh automake autoconf libtool wget libimobiledevice
  24.  
  25. brew install -v --HEAD --fresh --build-from-source ideviceinstaller
  26.  
  27. 6. ready to go
  28.  
  29. Full Tutorial http://idevice.eu.pn/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement