diff options
author | WaluigiWare64 <68647953+WaluigiWare64@users.noreply.github.com> | 2020-10-30 20:42:09 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-30 21:42:09 +0100 |
commit | e46a4089720d20d909a63fdcf11bb16f63ff094e (patch) | |
tree | ab539616418dfbba87d1a483eb8da50e755e5952 | |
parent | 93664e7611da3f64150e88183d3891b92df139bd (diff) |
Remove unused gtk dependency from README (#788)
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -38,7 +38,7 @@ As for the rest, the interface should be pretty straightforward. If you have a q * Install dependencies: ```sh -sudo apt-get install cmake libgtk-3-dev libcurl4-gnutls-dev libpcap0.8-dev libsdl2-dev qtbase5-dev qtdeclarative5-dev libslirp-dev +sudo apt-get install cmake libcurl4-gnutls-dev libpcap0.8-dev libsdl2-dev qtbase5-dev qtdeclarative5-dev libslirp-dev ``` * Compile: |