Update README.md

This commit is contained in:
xushiwei
2024-05-14 13:34:47 +08:00
committed by GitHub
parent 9e8b5703dc
commit 238f9593f9

View File

@@ -9,10 +9,14 @@ LLGo wrapper of DaveGamble/cJSON
## How to install ## How to install
```sh ```sh
git clone https://github.com/goplus/cjson.git
cd cjson
git submodule init
git submodule update
mkdir build.dir mkdir build.dir
cd build.dir cd build.dir
cmake ../cJSON cmake ../cJSON
make install sudo make install
``` ```
## Demos ## Demos