Skip to content

Commit

Permalink
Merge pull request #1032 from themighty1/themighty1-patch-1
Browse files Browse the repository at this point in the history
Update Compilation.md
  • Loading branch information
gustavo-iniguez-goya authored Sep 16, 2023
2 parents ce30d99 + 04caf50 commit 1c11fb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wiki/Compilation.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

(tested on Debian Sid and Ubuntu 18 and 20. It may fail on other distributions.)

Make sure you have a correctly configured **Go >= 1.15** environment, that the `$GOPATH` environment variable is defined and then:
Make sure you have a correctly configured **Go >= 1.16** environment and then:

```bash
# install dependencies
sudo apt-get install git golang libnetfilter-queue-dev libpcap-dev protobuf-compiler python3-pip pyqt5-dev-tools qttools5-dev-tools qtbase5-dev qtchooser qt5-qmake qtbase5-dev-tools python3-pyqt5.qtsql python3-notify2
sudo apt-get install git libnetfilter-queue-dev libpcap-dev protobuf-compiler python3-pip pyqt5-dev-tools qttools5-dev-tools qtbase5-dev qtchooser qt5-qmake qtbase5-dev-tools python3-pyqt5.qtsql python3-notify2

go install google.golang.org/protobuf@latest
go install google.golang.org/protobuf/cmd/protoc-gen-go@latest
Expand Down

0 comments on commit 1c11fb5

Please sign in to comment.