diff options
author | Arisotura <thetotalworm@gmail.com> | 2020-05-29 21:33:57 +0200 |
---|---|---|
committer | Arisotura <thetotalworm@gmail.com> | 2020-05-29 21:33:57 +0200 |
commit | 32a642121c9c1f45526712f5aef9d3188bfabdd2 (patch) | |
tree | eb6cd69ebe7e2e4c3ecfcce7bf2cff2249e12899 /README.md | |
parent | 9557e18b7cd559679552535e4362115b6d249ab3 (diff) | |
parent | cd7487d53f8207277fc44f7983513fe6892a3409 (diff) |
HARK HARK HARK
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 1 insertions, 5 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 gtk+-3.0 libcurl4-gnutls-dev libpcap0.8-dev libsdl2-dev +sudo apt-get install libgtk-3-dev libcurl4-gnutls-dev libpcap0.8-dev libsdl2-dev ``` * Compile: @@ -52,10 +52,6 @@ make -j$(nproc --all) ### Windows: - * use CodeBlocks - -#### MSYS2 and CMake - 1. Install [MSYS2](https://www.msys2.org/) 2. Open the **MSYS2 MinGW 64-bit** terminal 3. Update the packages using `pacman -Syu` and reopen the terminal if it asks you to |