From 0c46b8bd4e0d5d839f41b7e45482c7739c6f78aa Mon Sep 17 00:00:00 2001 From: bernhard-gatzhammer Date: Fri, 29 May 2015 10:36:44 +0200 Subject: [PATCH] Adapted README to show the correct install command on Windows. EMBB-454 --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7996d94..f680404 100644 --- a/README.md +++ b/README.md @@ -249,11 +249,15 @@ If you want a different installation path, you can change it now by typing The option "-DINSTALL_PREFIX=YourCustomPath" can also be given in Step 1. -To install the files, use the command +To install the files, on Linux use the command cmake --build . --target install -which copies the contents of the "install" folder to the "bin", "lib", and +and on Windows, for a Release build, use + + cmake --build . --target install --config Release + +This copies the contents of the "install" folder to the "bin", "lib", and "include" folders in the installation path. For the default paths, the installation has to be run with administrator / root privileges. -- libgit2 0.26.0