Add libev-perl to README

Required as some dependencies use the ev.h library
This commit is contained in:
Jon Besga 2021-04-09 18:05:26 +01:00
parent 3284bf2fbf
commit 78e034f761

View File

@ -17,7 +17,7 @@ into [`internal Protobuf format`](nexus/models) and to landing converted data in
#### System Compilers
```shell script
sudo apt-get install -y --no-install-recommends g++ python3.9 protobuf-compiler libprotobuf-dev
sudo apt-get install -y --no-install-recommends g++ python3.9 protobuf-compiler libprotobuf-dev libev-perl
```
#### Bazel Build System