diff options
author | WaluigiWare64 <68647953+WaluigiWare64@users.noreply.github.com> | 2020-08-05 15:40:28 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-05 15:40:28 +0100 |
commit | a73f3cc7b6d2ad012fc3a5e30c4c7ffe092fec5a (patch) | |
tree | fa180721c1446f624a3fcc5406046e662a2ab0fa | |
parent | 6d71f9c83293006b02a96ce0f5a5f9f65a47cd18 (diff) |
Update README.md
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 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 libgtk-3-dev libcurl4-gnutls-dev libpcap0.8-dev libsdl2-dev +sudo apt-get install libgtk-3-dev libcurl4-gnutls-dev libpcap0.8-dev libsdl2-dev libslirp-dev libzip-dev ``` * Compile: @@ -55,14 +55,14 @@ make -j$(nproc --all) 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 -4. Install dependencies: `pacman -S git make mingw-w64-x86_64-{cmake,mesa,SDL2,toolchain}` +4. Install dependencies: `pacman -S git make mingw-w64-x86_64-{cmake,mesa,SDL2,libslirp,libzip,toolchain}` 5. Run the following commands ```bash git clone https://github.com/Arisotura/melonDS.git cd melonDS mkdir build cd build - cmake .. -G "MSYS Makefiles" + cmake .. -G 'MSYS Makefiles' -DBUILD_STATIC=ON -DQT5_STATIC_DIR=/mingw64/qt5-static make -j$(nproc --all) ../msys-dist.sh ``` |