Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bewue authored Nov 12, 2020
1 parent cce1a8f commit 8b6e96d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,17 @@ Netvisix is using the following libraries:
## Installation
Build it by yourself or download the ![latest](https://github.com/bewue/Netvisix/releases/latest) binary package.

## Linux Build (Ubuntu)
sudo apt install qt5-qmake qtbase5-dev build-essential libpcap-dev

git clone https://github.com/bewue/Netvisix.git

cd Netvisix
mkdir Build
cd Build

qmake ../Netvisix/Netvisix.pro
make

## Screenshot
![](https://github.com/bewue/Misc/blob/main/Pictures/Netvisix.png)

0 comments on commit 8b6e96d

Please sign in to comment.