summaryrefslogtreecommitdiff
path: root/COMPILING.md
diff options
context:
space:
mode:
authorPatric Stout <truebrain@openttd.org>2021-01-02 20:54:57 +0100
committerGitHub <noreply@github.com>2021-01-02 20:54:57 +0100
commit126f40e0123d2585c7311c037be659503056e79d (patch)
tree010227437eacf90bdb70eec3e5e429aa9174154b /COMPILING.md
parentfe51051b7cbd2da0431a9b928db837c723b781f3 (diff)
downloadopenttd-126f40e0123d2585c7311c037be659503056e79d.tar.xz
Doc: indicate where to find an excellent tutorial on using CMake (#8475)
Diffstat (limited to 'COMPILING.md')
-rw-r--r--COMPILING.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/COMPILING.md b/COMPILING.md
index 759dd2e9c..145b24475 100644
--- a/COMPILING.md
+++ b/COMPILING.md
@@ -81,6 +81,9 @@ cmake ..
make
```
+For more information on how to use CMake (including how to make Release builds),
+we urge you to read [their excellent manual](https://cmake.org/cmake/help/latest/guide/user-interaction/index.html).
+
## Supported compilers
Every compiler that is supported by CMake and supports C++17, should be