From 6458c7cf2e65710f72f5d1a4a19f0b18aaeb3b9a Mon Sep 17 00:00:00 2001 From: anbj <29237824+anbj@users.noreply.github.com> Date: Thu, 2 Jul 2020 10:27:49 +0200 Subject: improve cmake instructions (#2278) --- docs/source/install.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs/source/install.rst') diff --git a/docs/source/install.rst b/docs/source/install.rst index dd57d22c..b382662e 100644 --- a/docs/source/install.rst +++ b/docs/source/install.rst @@ -266,10 +266,11 @@ Create a build directory and step into it:: mkdir build cd build -From the build directory you can now configure CMake and build the binaries:: +From the build directory you can now configure CMake, build and install the binaries:: cmake .. cmake --build . + cmake --build . --target install On Windows, one may need to specify generator:: -- cgit v1.2.3