add neglecting library cxxopts

Signed-off-by: Double Sine <xiao_ai_yu@live.cn>
This commit is contained in:
Double Sine 2022-02-14 18:09:23 +08:00
parent 7bcce48650
commit 7771be6903
No known key found for this signature in database
GPG Key ID: 44460E4F43EA8633
2 changed files with 4 additions and 4 deletions

View File

@ -10,10 +10,10 @@
$ sudo apt-get install cmake
```
2. Install `fmt`, `OpenSSL` and `rapidjson`:
2. Install `fmt`, `OpenSSL`, `rapidjson` and `cxxopts`:
```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

View File

@ -8,10 +8,10 @@
$ sudo apt-get install cmake
```
2. 安装 `fmt`、`OpenSSL``rapidjson`:
2. 安装 `fmt`、`OpenSSL`、`rapidjson` 和 `cxxopts`:
```bash
$ sudo apt-get install libfmt-dev libssl-dev rapidjson-dev
$ sudo apt-get install libfmt-dev libssl-dev rapidjson-dev libcxxopts-dev
```
## 2. 编译