added required libraries in README

This commit is contained in:
Alberto Buratti 2018-04-10 20:06:58 +02:00
parent 52d46a3a2c
commit 89fc59ed3c

View file

@ -16,8 +16,13 @@
### TL;DR
sudo apt-get install protobuf-compiler libpcap-dev libpcapnetfilter-queue-dev python-pyqt5
sudo apt-get install golang protobuf-compiler libpcap-dev libnetfilter-queue-dev python-pyqt5
go get github.com/golang/protobuf/protoc-gen-go
go get github.com/fsnotify/fsnotify
go get github.com/google/gopacket
go get github.com/google/gopacket/layers
go get google.golang.org/grpc
go get golang.org/x/net/context
go get -v github.com/Masterminds/glide
cd /path/to/this/repo
make