diff options
author | Rayyan Ansari <rayyan@ansari.sh> | 2022-05-17 20:49:01 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-17 20:49:01 +0100 |
commit | 6c7485d01786fe92da4c2760d23e4ee26ce872a3 (patch) | |
tree | 01cb69b90dbcb3b9df5a230c8f72bb7a38e0ef1a | |
parent | 7f4f17de6328aadba9849b71bd02af97ee3c7f46 (diff) |
Update package dependencies for Debian/Ubuntu and explicitly state it
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -36,7 +36,7 @@ As for the rest, the interface should be pretty straightforward. If you have a q ### Linux: -1. Install dependencies: `sudo apt install cmake libcurl4-gnutls-dev libpcap0.8-dev libsdl2-dev qt5-default libslirp-dev libarchive-dev libepoxy-dev` +1. Install dependencies (for example on Debian/Ubuntu: `sudo apt install cmake libcurl4-gnutls-dev libpcap0.8-dev libsdl2-dev qtbase5-dev libslirp-dev libarchive-dev libepoxy-dev`) 2. Download the melonDS repository and prepare: ```bash git clone https://github.com/Arisotura/melonDS |