File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -66,14 +66,16 @@ Following the above steps will make `libgit2` available as a shared library for
66
66
67
67
#### For Linux (tested on Ubuntu 20.04)
68
68
69
+ > If you have brew installed on your linux machine then you can follow the same instructions [ mentioned below for MacOS] ( #for-macos ) to setup libgit2
70
+
69
71
Make sure you have the following packages installed on your system
70
72
71
73
- [ cmake] ( https://cmake.org/download/ )
72
74
- [ curl] ( https://curl.se/ )
73
75
- [ wget] ( https://www.gnu.org/software/wget/ )
74
76
- [ gcc] ( https://gcc.gnu.org/ )
75
77
76
- Make sure you have required rights for running the following commands. If any of these fail due to access errors, then
78
+ Make sure you have required rights for running the following commands. If any of these fail due to access errors then
77
79
try with ` sudo `
78
80
79
81
``` shell
@@ -110,11 +112,12 @@ The dependencies required to build and run gitconvex are readily available from
110
112
111
113
Download and setup [ brew] ( https://brew.sh/ ) to install all the required packages
112
114
115
+ - [ libssh2] ( https://formulae.brew.sh/formula/libssh2 )
116
+ ``` shell
117
+ brew install libssh2
118
+ ```
119
+
113
120
- [ libgit2] ( https://formulae.brew.sh/formula/libgit2 )
114
121
``` shell
115
122
brew install libgit2
116
123
```
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