From 89fc59ed3c9b441398d252bd91ee0e6d6d2cf0de Mon Sep 17 00:00:00 2001 From: Alberto Buratti Date: Tue, 10 Apr 2018 20:06:58 +0200 Subject: [PATCH] added required libraries in README --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 49e8f496..b45bce62 100644 --- a/README.md +++ b/README.md @@ -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