code compiles with new structure

This commit is contained in:
Ruixiang Du
2020-06-17 11:18:04 +08:00
parent 8bbca03528
commit 44b89ee5f9
4100 changed files with 292 additions and 489458 deletions

View File

@@ -62,6 +62,12 @@ Install compile tools
$ sudo apt install build-essential cmake
```
Install dependent libraries
```
$ sudo apt install libasio-dev
```
If you want to build the TUI monitor tool, install libncurses
```