Skip to content

Commit bf7b885

Browse files
committed
Merge pull request libgit2#300 from jessedc/master
Update README.md with correct getting started instructions
2 parents 9521b26 + 306f8f6 commit bf7b885

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff 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
1318
dependencies.
1419

1520
Note 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

0 commit comments

Comments
 (0)