From 34b6b3c6e7a920cd103539dff4ea24060dfa2893 Mon Sep 17 00:00:00 2001 From: Teo Mrnjavac Date: Mon, 3 Aug 2015 17:58:33 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) 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.