From 6a27f61e953598d9c250c826ddaca1adaf095fcf Mon Sep 17 00:00:00 2001 From: Didi Kohen Date: Sat, 4 Jan 2025 15:24:43 +0200 Subject: [PATCH] flatpak MPQ location (#7614) --- docs/installing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installing.md b/docs/installing.md index 527976960..9babb6285 100644 --- a/docs/installing.md +++ b/docs/installing.md @@ -49,7 +49,7 @@ Note that Inno Setup Extractor is only available for Android 8+ and the Import D
Linux -- Copy the MPQ files to the folder containing the DevilutionX executable, or to the data folder. The data folder path may differ depending on distro, version, and security settings, but will normally be `~/.local/share/diasurgical/devilution/` +- Copy the MPQ files to the folder containing the DevilutionX executable, or to the data folder. The data folder path may differ depending on distro, version, and security settings, but will normally be `~/.local/share/diasurgical/devilution/`, for flatpak installation the path is `~/.var/app/org.diasurgical.DevilutionX/data/diasurgical/devilution/` - Install [SDL2](https://www.libsdl.org/download-2.0.php): - Ubuntu/Debian/Rasbian `sudo apt install libsdl2-2.0-0 libsdl2-image-2.0-0` - Fedora `sudo dnf install SDL2`