aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
index 3f0e18d..9ceec2c 100644
--- a/README.md
+++ b/README.md
@@ -35,6 +35,14 @@ As for the rest, the interface should be pretty straightforward. If you have a q
### Linux:
+* Install dependencies:
+
+```sh
+sudo apt-get install libpcap0.8-dev libcurl4-gnutls-dev libsdl2-dev gtk+-3.0
+```
+
+* Compile:
+
```sh
mkdir -p build
cd build
@@ -42,6 +50,8 @@ cmake ..
make
```
+
+
### Windows:
* use CodeBlocks