mirror of
https://github.com/evilsocket/opensnitch.git
synced 2025-03-04 08:34:40 +01:00
misc: small fix or general refactoring i did not bother commenting
This commit is contained in:
parent
4e820db6c7
commit
1f50fb8178
2 changed files with 3 additions and 1 deletions
|
@ -18,4 +18,4 @@ before_install:
|
||||||
script:
|
script:
|
||||||
- make protocol
|
- make protocol
|
||||||
- make deps
|
- make deps
|
||||||
- make daemon/daemon
|
- make daemon/opensnitchd
|
||||||
|
|
|
@ -17,6 +17,8 @@
|
||||||
### TL;DR
|
### TL;DR
|
||||||
|
|
||||||
sudo apt-get install protobuf-compiler libpcap-dev libpcapnetfilter-queue-dev python-pyqt5
|
sudo apt-get install protobuf-compiler libpcap-dev libpcapnetfilter-queue-dev python-pyqt5
|
||||||
|
go get github.com/golang/protobuf/protoc-gen-go
|
||||||
|
go get -v github.com/Masterminds/glide
|
||||||
cd /path/to/this/repo
|
cd /path/to/this/repo
|
||||||
make
|
make
|
||||||
sudo make install
|
sudo make install
|
||||||
|
|
Loading…
Add table
Reference in a new issue