Update README.md
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user