File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed
content/get-started/macos Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -3,15 +3,23 @@ title: From Source <em>(recommended)</em>
33section : get-started/macos
44exclude : true
55---
6- # Open Terminal
6+ # Building from source
77
8- Open a command-line terminal on your machine.
8+ The provided build script will build the entire libimobiledevice stack with the least
9+ amount of external dependencies for macOS. Make sure to have Xcode Command Line Tools
10+ installed. It will build the latest code of every single libimobiledevice sub-project.
911
1012# Installation
1113
14+ Open a terminal and type the following commands. During the process you will be asked
15+ for your user password which has the purpose of allowing the installation of the built
16+ libraries and tools to ** /usr/local/lib** and ** /usr/local/bin** via sudo.
17+
1218``` shell-session
1319$ mkdir -p limd-build
1420$ cd limd-build
1521$ curl -Ls -o limd-build-macos.sh https://is.gd/limdmacos
1622$ bash ./limd-build-macos.sh
1723```
24+
25+ The script can be reviewed [ here] ( https://gist.github.com/nikias/84c79469a1d0f16ff95250f0d51858c3 ) .
You can’t perform that action at this time.
0 commit comments