aboutsummaryrefslogtreecommitdiff
path: root/docs/source/install.rst
diff options
context:
space:
mode:
authoranbj <29237824+anbj@users.noreply.github.com>2020-07-02 10:27:49 +0200
committerGitHub <noreply@github.com>2020-07-02 20:27:49 +1200
commit6458c7cf2e65710f72f5d1a4a19f0b18aaeb3b9a (patch)
tree1bebb2677d5a26b72dd9cf7eb9da2b7d77d38540 /docs/source/install.rst
parentbecef63fbcb958ab56c7785a3f9445426584bb30 (diff)
downloadPROJ-6458c7cf2e65710f72f5d1a4a19f0b18aaeb3b9a.tar.gz
PROJ-6458c7cf2e65710f72f5d1a4a19f0b18aaeb3b9a.zip
improve cmake instructions (#2278)
Diffstat (limited to 'docs/source/install.rst')
-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::