diff --git a/BUILD.md b/BUILD.md index b052f905..dc45a9d5 100644 --- a/BUILD.md +++ b/BUILD.md @@ -12,7 +12,7 @@ * 22.04: `sudo apt install qtbase6-dev qtbase6-private-dev qtmultimedia6-dev libqt6svg6-dev` * Older versions: `sudo apt install qtbase5-dev qtbase5-private-dev qtmultimedia5-dev libqt5svg5-dev` Also add `-DUSE_QT6=OFF` to the first CMake command below. - * Fedora: `sudo dnf install gcc-c++ cmake extra-cmake-modules SDL2-devel libarchive-devel enet-devel libzstd-devel qt6-{qtbase,qtmultimedia,qtsvg}-devel wayland-devel` + * Fedora: `sudo dnf install gcc-c++ cmake extra-cmake-modules SDL2-devel libarchive-devel enet-devel libzstd-devel qt6-{qtbase,qtbase-private,qtmultimedia,qtsvg}-devel wayland-devel` * Arch Linux: `sudo pacman -S base-devel cmake extra-cmake-modules git libpcap sdl2 qt6-{base,multimedia,svg} libarchive enet zstd` 2. Download the melonDS repository and prepare: ```bash @@ -78,4 +78,4 @@ If you want an app bundle that can be distributed to other computers without nee melonDS provides a Nix flake with support for both macOS and Linux. The [Nix package manager](https://nixos.org) needs to be installed to use it. * To run melonDS, just type `nix run github:melonDS-emu/melonDS`. -* To get a shell for development, clone the melonDS repository and type `nix develop` in its directory. \ No newline at end of file +* To get a shell for development, clone the melonDS repository and type `nix develop` in its directory.