mirror of
https://github.com/evilsocket/opensnitch.git
synced 2025-03-04 08:34:40 +01:00
added required libraries in README
This commit is contained in:
parent
52d46a3a2c
commit
89fc59ed3c
1 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue