Merge pull request #322 from luoliwoshang/cjson-linux

【WIP】README:cjson/sqlite download for linux
This commit is contained in:
xushiwei
2024-06-16 15:26:51 +08:00
committed by GitHub
2 changed files with 13 additions and 0 deletions

View File

@@ -11,6 +11,10 @@ LLGo wrapper of DaveGamble/cJSON
```sh
brew install cjson
```
### on linux
```sh
apt-get install -y libcjson-dev
```
### from source code
```sh
git clone https://github.com/goplus/cjson.git

View File

@@ -8,6 +8,15 @@ LLGo wrapper of sqlite
## How to install
### on macOS (Homebrew)
```sh
brew install sqlite3
```
### on linux
```sh
apt-get install -y libsqlite3-dev
```
### from source code
```sh
git clone https://github.com/goplus/sqlite.git
cd sqlite