Skip to content

Commit 7a7b0cb

Browse files
committed
update notes for macos
1 parent f5891e0 commit 7a7b0cb

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

LIBGIT_NOTES.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -106,13 +106,15 @@ cp -rp ~/libgit2-1.1.0/install/lib/lib* /usr/lib/
106106

107107
#### For MacOS
108108

109-
The steps are similar to the [Linux](#for-linux-tested-on-ubuntu-2004) guidelines mentioned above.
109+
The dependencies required to build and run gitconvex are readily available from `brew`
110110

111111
Download and setup [brew](https://brew.sh/) to install all the required packages
112112

113-
- [cmake](https://formulae.brew.sh/formula/cmake)
114-
- [curl](https://formulae.brew.sh/formula/curl)
115-
- [wget](https://formulae.brew.sh/formula/wget)
116-
- [gcc](https://gcc.gnu.org/)
117-
118-
Once the packages are set up, run the same commands mentioned above for Linux to setup libgit2
113+
- [libgit2](https://formulae.brew.sh/formula/libgit2)
114+
```shell
115+
brew install libgit2
116+
```
117+
- [libssh2](https://formulae.brew.sh/formula/libssh2)
118+
```shell
119+
brew install libssh2
120+
```

0 commit comments

Comments
 (0)