README:cjson sqlite download

This commit is contained in:
luoliwoshang
2024-06-15 17:35:55 +08:00
parent d48b12aa09
commit a2703ce51b
2 changed files with 13 additions and 0 deletions

View File

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

View File

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