mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-20 03:20:18 +00:00
...
This commit is contained in:
parent
8e6bd0ad78
commit
42db5877a2
10
README.md
10
README.md
@ -80,15 +80,7 @@ To compile it with your project, these flags must be set:
|
|||||||
+ `--std=c11` flag must be set
|
+ `--std=c11` flag must be set
|
||||||
+ For MSVC, `/utf-8` flag must be set
|
+ For MSVC, `/utf-8` flag must be set
|
||||||
|
|
||||||
For development build, use this snippet.
|
For amalgamated build, run `python amalgamate.py` to generate `pocketpy.c` and `pocketpy.h` in `amalgamated/` directory.
|
||||||
```bash
|
|
||||||
# prerequisites
|
|
||||||
pip install cmake
|
|
||||||
# build the repo
|
|
||||||
python cmake_build.py
|
|
||||||
# unittest
|
|
||||||
python scripts/run_tests.py
|
|
||||||
```
|
|
||||||
|
|
||||||
### Example
|
### Example
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user