diff --git a/README.md b/README.md index 5b46574..4b8c1ea 100644 --- a/README.md +++ b/README.md @@ -84,8 +84,11 @@ The following configuration settings can be added to the first `cmake -S . -B bu - `-DWITH_PNG=ON`: enable/disable the screenshot to `PNG` support. Per default InfiniSim tries to use `libpng` to create screenshots in PNG format. This requires `libpng` development libraries as build and runtime dependency. - Can be disabled with cmake config setting `-DWITH_PNG=OFF`.ยต -- `-DENABLE_USERAPPS`: ordered list of user applications to build into InfiniTime. Values must be fields from the enumeration `Pinetime::Applications::Apps` and must be separated by a comma. Ex: `-DENABLE_USERAPPS="Apps::Timer, Apps::Alarm"`. The default list of user applications will be selected if this variable is not set. + Can be disabled with cmake config setting `-DWITH_PNG=OFF`. +- `-DENABLE_USERAPPS`: ordered list of user applications to build into InfiniTime. + Values must be fields from the enumeration `Pinetime::Applications::Apps` and must be separated by a comma. + Ex: `-DENABLE_USERAPPS="Apps::Timer, Apps::Alarm"`. + The default list of user applications will be selected if this variable is not set. ## Run Simulator