diff options
author | Patric Stout <truebrain@openttd.org> | 2021-01-02 20:54:57 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-02 20:54:57 +0100 |
commit | 126f40e0123d2585c7311c037be659503056e79d (patch) | |
tree | 010227437eacf90bdb70eec3e5e429aa9174154b | |
parent | fe51051b7cbd2da0431a9b928db837c723b781f3 (diff) | |
download | openttd-126f40e0123d2585c7311c037be659503056e79d.tar.xz |
Doc: indicate where to find an excellent tutorial on using CMake (#8475)
-rw-r--r-- | COMPILING.md | 3 |
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 |