aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2018-10-14 11:33:32 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2018-10-14 11:33:42 +0200
commit77d7e6a764011a3b6dc13afbf7b26be39cb56dbd (patch)
treea9e0a8d28a3a81a44d94be920494e2e7f0427770 /doc
parentunstable: KWallet integration (diff)
downloadsmolbote-77d7e6a764011a3b6dc13afbf7b26be39cb56dbd.tar.xz
Update CMakeLists option names
Diffstat (limited to 'doc')
-rw-r--r--doc/Building.asciidoc4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/Building.asciidoc b/doc/Building.asciidoc
index 47eb0bb..6fabf8f 100644
--- a/doc/Building.asciidoc
+++ b/doc/Building.asciidoc
@@ -49,12 +49,14 @@ make -j4
make install
----
+You can also use ccmake (cmake curses interface) or cmake-gui.
+
=== vendor.cmake
vendor.cmake contains various settings to customize the way in which the program
functions. The available options and their values may change with revisions.
When changing vendor.cmake, make sure to have all values defined in the preset.
- -DVENDOR=path/to/custom-vendor.cmake
+ -DVendor=path/to/custom-vendor.cmake
=== Compiler flags
cmake does not set any C++ flags by default, including no optimization flags.