|
|
@@ -37,6 +37,8 @@ Please see https://pocketpy.dev for details and try the following resources.
|
|
|
pkpy should work on any platform with a C11 compiler.
|
|
|
These platforms are officially tested.
|
|
|
|
|
|
+> C99 compilers also work currently according to users' feedback.
|
|
|
+
|
|
|
+ Windows 64-bit
|
|
|
+ Linux 64-bit / 32-bit
|
|
|
+ macOS 64-bit
|
|
|
@@ -72,7 +74,7 @@ It is safe to use `main` branch in production if CI badge is green.
|
|
|
|
|
|
To compile it with your project, these flags must be set:
|
|
|
|
|
|
-+ `--std=c11` flag must be set
|
|
|
++ `--std=c11` flag must be set (`--std=c99` may also work)
|
|
|
+ For MSVC, `/utf-8` flag must be set
|
|
|
+ `NDEBUG` macro should be defined for release build, or you will get poor performance
|
|
|
|