Forked from zevnull/Install libimobiledevice on Mac OS X
Created
September 27, 2017 12:05
-
-
Save yhnu/3e31f21d2d845ca6fca8a7c365023bfc to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
So you'd like to manage your iOS devices by command line? | |
You can use libimobiledevice tools for that. | |
Easy on Linux. Let's see how it is on Mac OS X. | |
You'll need to: | |
1. install Xcode | |
2. start Xcode and agree to it's license | |
3. install Xcode command line tools (Start Xcode, Go to Preferences -> Downloads tab) | |
4. install homebrew by this command (sudo password will be prompted) | |
ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go)" | |
5. run following | |
brew install -v --devel --fresh automake autoconf libtool wget libimobiledevice | |
brew install -v --HEAD --fresh --build-from-source ideviceinstaller | |
6. ready to go | |
That's all, folks. Just a little more steps than in GNU/Linux. | |
So Mac OS X can really be of use by people. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment