File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed
Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff 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
111111Download 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+ ```
You can’t perform that action at this time.
0 commit comments