Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f0c67f1

Browse files
committed
Merge pull request #10 from modocache/readme-install-cmake
Mention cmake in README
2 parents 1e67321 + 7179abe commit f0c67f1

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,15 @@ $ git submodule update --init --recursive
1616

1717
`Gift-OSX` links libgit2.a as part of its build process.
1818
You'll need to build libgit2 in order to create the static library at
19-
the expected path:
19+
the expected path.
20+
21+
In order to build libgit2, `cmake` is required.
22+
23+
```
24+
$ brew install cmake
25+
```
26+
27+
With `cmake` installed, run the following commands:
2028

2129
```
2230
$ cd External/libgit2

0 commit comments

Comments
 (0)