Readme update

This commit is contained in:
VaclavT 2022-01-10 22:53:28 +01:00
parent 79977cc655
commit 8124724bca
1 changed files with 3 additions and 1 deletions

View File

@ -35,6 +35,9 @@ ml
#### Documentation #### Documentation
see /doc/Doc.md see /doc/Doc.md
#### Dependencies
- libssl-dev
#### Compile #### Compile
``` ```
mkdir -p build mkdir -p build
@ -72,7 +75,6 @@ utils/local_install.sh
- add some mem stats to benchmark - add some mem stats to benchmark
#### Code #### Code
- MlEnvironment::get should be map instead of many if's
- tcpnet should use RAII - tcpnet should use RAII
- add documentation - add documentation
- add more unit test, mainly for usql - add more unit test, mainly for usql