From e7f278188f333eb40b02e4bb37e60e1336ea486c Mon Sep 17 00:00:00 2001 From: blueloveTH Date: Tue, 20 Feb 2024 03:05:04 +0800 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ad426539..0721da5e 100644 --- a/README.md +++ b/README.md @@ -46,9 +46,10 @@ Download the `pocketpy.h` on our [GitHub Release](https://github.com/pocketpy/po And `#include` it in your project. You can also use cmake to build it from source. See [CMakeLists.txt](https://github.com/pocketpy/pocketpy/blob/main/CMakeLists.txt) for details. -These variables can be set to control the build process: +Some variables can be set to control the build process: + `PK_BUILD_STATIC_LIB` - Build the static library (default, recommended) -+ `PK_BUILD_SHARED_LIB` - Build the shared library ++ `PK_BUILD_SHARED_LIB` - Build the shared (for C-APIs only) ++ `PK_ENABLE_OS` - Enable OS related features (default mode is sandboxed) It is safe to use `main` branch in production.