README:cjson sqlite download
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user