summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2021-07-30 12:40:36 -0400
committerEdward Thomson <ethomson@edwardthomson.com>2021-07-30 12:40:36 -0400
commitf6b3f72634821a9fc899783964edf86f50087cad (patch)
tree5a82b7b0613390773145d22fd627ceb3b64c133b /README.md
parentc73ee7407cb31449875c3a5d5e936cb391b8405c (diff)
downloadlibgit2-f6b3f72634821a9fc899783964edf86f50087cad.tar.gz
README: link to more information about cmake
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index aa642549d..c5ef0224f 100644
--- a/README.md
+++ b/README.md
@@ -225,6 +225,8 @@ On most systems you can build the library using the following commands
Alternatively you can point the CMake GUI tool to the CMakeLists.txt file and generate platform specific build project or IDE workspace.
+If you're not familiar with CMake, [a more detailed explanation](https://preshing.com/20170511/how-to-build-a-cmake-based-project/) may be helpful.
+
Running Tests
-------------