diff options
author | Pedro Velho <pedro.velho@activeeon.com> | 2018-12-27 16:27:36 +0100 |
---|---|---|
committer | Pedro Velho <pedro.velho@activeeon.com> | 2018-12-27 16:27:36 +0100 |
commit | b965bded4c4b07983384a002e15027cdb1f62570 (patch) | |
tree | 374d45d56be7372e5feba6c889885749b8ef09f5 | |
parent | d638096a1b61bbe42cd4dfbcf33ad18bb7cea5c6 (diff) |
Add common dependence packagens needed.
-rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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 |