remove cxxopts library, it does not work better than before

Signed-off-by: Double Sine <xiao_ai_yu@live.cn>
This commit is contained in:
Double Sine
2022-02-15 17:15:22 +08:00
parent 7633988dce
commit 73ff67d4a5
3 changed files with 65 additions and 35 deletions

View File

@@ -10,10 +10,10 @@
$ sudo apt-get install cmake
```
2. Install `fmt`, `OpenSSL`, `rapidjson` and `cxxopts`:
2. Install `fmt`, `OpenSSL` and `rapidjson`:
```bash
$ sudo apt-get install libfmt-dev libssl-dev rapidjson-dev libcxxopts-dev
$ sudo apt-get install libfmt-dev libssl-dev rapidjson-dev
```
## 2. Build

View File

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