File tree 1 file changed +9
-7
lines changed
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/
106
106
107
107
#### For MacOS
108
108
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 `
110
110
111
111
Download and setup [ brew] ( https://brew.sh/ ) to install all the required packages
112
112
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