Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1e67321 + 7179abe commit f0c67f1Copy full SHA for f0c67f1
README.md
@@ -16,7 +16,15 @@ $ git submodule update --init --recursive
16
17
`Gift-OSX` links libgit2.a as part of its build process.
18
You'll need to build libgit2 in order to create the static library at
19
-the expected path:
+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:
28
29
```
30
$ cd External/libgit2
0 commit comments