mirror of
https://github.com/evilsocket/opensnitch.git
synced 2025-03-04 08:34:40 +01:00
updated after opensnitch repo commit 1a8800b0f3
parent
4e207ca247
commit
a77952f9b8
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ Make sure you have a correctly configured **Go >= 1.12** environment, that the `
|
|||
```bash
|
||||
# install dependencies
|
||||
sudo apt-get install git golang libnetfilter-queue-dev libpcap-dev protobuf-compiler python3-pip pyqt5-dev-tools qttools5-dev-tools qt5-default
|
||||
go get github.com/golang/protobuf/protoc-gen-go
|
||||
go get google.golang.org/protobuf
|
||||
export GOPATH=~/go #you may want to change this if your Go directory is different
|
||||
export PATH=$PATH:$GOPATH/bin
|
||||
python3 -m pip install --user grpcio-tools
|
||||
|
|
Loading…
Add table
Reference in a new issue