mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-20 11:30:18 +00:00
...
This commit is contained in:
parent
6f04a519d6
commit
4929b9d247
@ -45,11 +45,13 @@ These platforms are officially tested.
|
||||
Download the `pocketpy.h` on our [GitHub Release](https://github.com/blueloveTH/pocketpy/releases) page.
|
||||
And `#include` it in your project.
|
||||
|
||||
You can also use cmake to build it from source. See CMakeLists.txt for details.
|
||||
You can also use cmake to build it from source. See [CMakeLists.txt](https://github.com/blueloveTH/pocketpy/blob/main/CMakeLists.txt) for details.
|
||||
These variables can be set to control the build process:
|
||||
+ `PK_BUILD_STATIC_LIB` - Build the static library
|
||||
+ `PK_BUILD_STATIC_LIB` - Build the static library (default, recommended)
|
||||
+ `PK_BUILD_SHARED_LIB` - Build the shared library
|
||||
|
||||
It is safe to use `main` branch in production.
|
||||
|
||||
### Compile Flags
|
||||
|
||||
To compile it with your project, these flags must be set:
|
||||
|
@ -36,6 +36,8 @@ These variables can be set to control the build process:
|
||||
|
||||
See [CMakeLists.txt](https://github.com/blueloveTH/pocketpy/blob/main/CMakeLists.txt) for details.
|
||||
|
||||
It is safe to use `main` branch in production.
|
||||
|
||||
### Compile flags
|
||||
|
||||
To compile it with your project, these flags must be set:
|
||||
|
Loading…
x
Reference in New Issue
Block a user