diff --git a/README.md b/README.md index bb6089e..5d35971 100644 --- a/README.md +++ b/README.md @@ -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)