diff options
author | RSDuck <RSDuck@users.noreply.github.com> | 2020-08-11 16:41:38 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-11 16:41:38 +0200 |
commit | e217d016a75eda47ee462d71cacbbf586770f6a8 (patch) | |
tree | eb08942365640c285621b34a015733f65aa25f9b /README.md | |
parent | f23e782966d108d27403af17d8f0074a01154c29 (diff) | |
parent | 68e310e4ef971b42bb1ab4effd5c49ce1dd58c33 (diff) |
Merge pull request #701 from rzumer/patch-2
Update build process and instructions
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 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 qtbase5-dev qtdeclarative5-dev libslirp-dev ``` * Compile: @@ -55,7 +55,7 @@ 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,toolchain,qt5,libslirp}` 5. Run the following commands ```bash git clone https://github.com/Arisotura/melonDS.git |