aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
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.