You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,8 @@ You need to have CMake and `pkg-config` installed on your system to be able to b
22
22
$ brew install cmake
23
23
```
24
24
25
+
Please follow the above in case installation of the gem fails with `ERROR: CMake is required to build Rugged.`.
26
+
25
27
If you want to build Rugged with HTTPS and SSH support, check out the list of optional [libgit2 dependencies](https://github.com/libgit2/libgit2#optional-dependencies).
26
28
27
29
If you're using bundler and want to bundle `libgit2` with Rugged, you can use the `:submodules` option:
0 commit comments