File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -8,13 +8,18 @@ please consider [contributing a pull request](#contributing)!
88
99## Getting Started
1010
11- To start building the framework, clone this repository and then run
12- ` script/bootstrap ` . This will automatically pull down and install any
11+ To start building the framework, you must install the required dependencies,
12+ [ xctool] ( https://github.com/facebook/xctool ) and
13+ [ cmake] ( https://github.com/Kitware/CMake ) . We recommend using
14+ [ Homebrew] ( http://brew.sh ) to install these two tools.
15+
16+ Once you have the dependencies you should clone this repository and then run
17+ ` script/bootstrap ` . This will automatically pull down and install any other
1318dependencies.
1419
1520Note that the ` bootstrap ` script automatically installs some libraries that
16- ObjectiveGit relies upon, using [ Homebrew] ( http://brew.sh ) . If you want this
17- behavior, please make sure you have Homebrew installed.
21+ ObjectiveGit relies upon, using Homebrew. If you want this behavior, please
22+ make sure you have Homebrew installed.
1823
1924## Importing ObjectiveGit on OS X
2025
You can’t perform that action at this time.
0 commit comments