|
@@ -49,17 +49,13 @@ These platforms are officially tested.
|
|
|
+ iOS 64-bit
|
|
+ iOS 64-bit
|
|
|
+ Emscripten 32-bit
|
|
+ Emscripten 32-bit
|
|
|
+ Raspberry Pi OS 64-bit
|
|
+ Raspberry Pi OS 64-bit
|
|
|
|
|
++ [Luckfox Pico SDK](https://github.com/LuckfoxTECH/luckfox-pico) 32-bit
|
|
|
|
|
|
|
|
## Quick Start
|
|
## Quick Start
|
|
|
|
|
|
|
|
You have two options to integrate pkpy into your project.
|
|
You have two options to integrate pkpy into your project.
|
|
|
|
|
|
|
|
-#### Use the single header file
|
|
|
|
|
-
|
|
|
|
|
-Download the `pocketpy.h` and `pocketpy.c` on our [GitHub Release](https://github.com/pocketpy/pocketpy/releases) page.
|
|
|
|
|
-And `#include` it in your project.
|
|
|
|
|
-
|
|
|
|
|
-#### Use CMake
|
|
|
|
|
|
|
+#### Use CMake (Recommended)
|
|
|
|
|
|
|
|
Clone the whole repository as a submodule into your project,
|
|
Clone the whole repository as a submodule into your project,
|
|
|
In your CMakelists.txt, add the following lines:
|
|
In your CMakelists.txt, add the following lines:
|
|
@@ -73,6 +69,11 @@ See [CMakeLists.txt](https://github.com/pocketpy/pocketpy/blob/main/CMakeLists.t
|
|
|
|
|
|
|
|
It is safe to use `main` branch in production if CI badge is green.
|
|
It is safe to use `main` branch in production if CI badge is green.
|
|
|
|
|
|
|
|
|
|
+#### Use the single header file
|
|
|
|
|
+
|
|
|
|
|
+Download the `pocketpy.h` and `pocketpy.c` on our [GitHub Release](https://github.com/pocketpy/pocketpy/releases) page.
|
|
|
|
|
+And `#include` it in your project.
|
|
|
|
|
+
|
|
|
### Compile Flags
|
|
### Compile Flags
|
|
|
|
|
|
|
|
To compile it with your project, these flags must be set:
|
|
To compile it with your project, these flags must be set:
|