aboutsummaryrefslogtreecommitdiff
path: root/docs/source
diff options
context:
space:
mode:
authorPROJ-BOT <59655370+PROJ-BOT@users.noreply.github.com>2020-07-02 11:37:07 +0200
committerGitHub <noreply@github.com>2020-07-02 11:37:07 +0200
commit1e68176bf347ac2411e41ed94215c4224cbf1a42 (patch)
tree7a3a3b9b63dc38137afc986fac44e0eb9ad8acbe /docs/source
parentbd85834f845f26e70226744e98377f479ce66be0 (diff)
downloadPROJ-1e68176bf347ac2411e41ed94215c4224cbf1a42.tar.gz
PROJ-1e68176bf347ac2411e41ed94215c4224cbf1a42.zip
Doc: improve cmake instructions (#2286)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'docs/source')
-rw-r--r--docs/source/install.rst3
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::