summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTeo Mrnjavac <teo@kde.org>2015-08-03 17:58:33 +0200
committerTeo Mrnjavac <teo@kde.org>2015-09-15 16:48:41 +0200
commit34b6b3c6e7a920cd103539dff4ea24060dfa2893 (patch)
tree96bd2470757306b75049970af67f4685b570efd2 /README.md
parent4f2eddd146f1c41edfc0d233142c1e0aaabd8704 (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index bd7ae149a..fb77e2fdf 100644
--- a/README.md
+++ b/README.md
@@ -39,6 +39,10 @@ $ cmake -DCMAKE_BUILD_TYPE=Debug ..
$ make
```
+#### Supported variables for CMake
+ * `WITH_PYTHON` - if this is set to false, the Python module interface will not be built. Default is true.
+ * `SKIP_MODULES` - takes a space-separated list of module names that should not be built even if present in `src/modules` (e.g. `cmake -DSKIP_MODULES="partition mount umount welcome" ..`). Default is empty.
+
### Design Notes
Calamares is currently split as follows:
1. __libcalamares__ - The back-end library.