Skip to content
This repository has been archived by the owner on Jun 19, 2024. It is now read-only.

Commit

Permalink
README: how to install
Browse files Browse the repository at this point in the history
  • Loading branch information
xushiwei committed May 14, 2024
1 parent eed0c98 commit 6b3b1d3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ stories*.bin
err.log

build.dir/
.vscode/

# Test binary, built with `go test -c`
*.test
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,14 @@ LLGo wrapper of DaveGamble/cJSON
## How to install

```sh
git clone https://github.com/goplus/cjson.git
cd cjson
git submodule init
git submodule update
mkdir build.dir
cd build.dir
cmake ../cJSON
make install
sudo make install
```

## Demos
Expand Down

0 comments on commit 6b3b1d3

Please sign in to comment.