This commit is contained in:
blueloveTH 2024-08-20 13:10:37 +08:00
parent 8e6bd0ad78
commit 42db5877a2

View File

@ -80,15 +80,7 @@ To compile it with your project, these flags must be set:
+ `--std=c11` flag must be set
+ For MSVC, `/utf-8` flag must be set
For development build, use this snippet.
```bash
# prerequisites
pip install cmake
# build the repo
python cmake_build.py
# unittest
python scripts/run_tests.py
```
For amalgamated build, run `python amalgamate.py` to generate `pocketpy.c` and `pocketpy.h` in `amalgamated/` directory.
### Example