add neglecting library cxxopts
Signed-off-by: Double Sine <xiao_ai_yu@live.cn>
This commit is contained in:
parent
7bcce48650
commit
7771be6903
|
|
@ -10,10 +10,10 @@
|
||||||
$ sudo apt-get install cmake
|
$ sudo apt-get install cmake
|
||||||
```
|
```
|
||||||
|
|
||||||
2. Install `fmt`, `OpenSSL` and `rapidjson`:
|
2. Install `fmt`, `OpenSSL`, `rapidjson` and `cxxopts`:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ sudo apt-get install libfmt-dev libssl-dev rapidjson-dev
|
$ sudo apt-get install libfmt-dev libssl-dev rapidjson-dev libcxxopts-dev
|
||||||
```
|
```
|
||||||
|
|
||||||
## 2. Build
|
## 2. Build
|
||||||
|
|
|
||||||
|
|
@ -8,10 +8,10 @@
|
||||||
$ sudo apt-get install cmake
|
$ sudo apt-get install cmake
|
||||||
```
|
```
|
||||||
|
|
||||||
2. 安装 `fmt`、`OpenSSL` 和 `rapidjson`:
|
2. 安装 `fmt`、`OpenSSL`、`rapidjson` 和 `cxxopts`:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ sudo apt-get install libfmt-dev libssl-dev rapidjson-dev
|
$ sudo apt-get install libfmt-dev libssl-dev rapidjson-dev libcxxopts-dev
|
||||||
```
|
```
|
||||||
|
|
||||||
## 2. 编译
|
## 2. 编译
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user