diff options
Diffstat (limited to 'docs/source')
| -rw-r--r-- | docs/source/install.rst | 3 |
1 files changed, 2 insertions, 1 deletions
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:: |
