diff --git a/content/download.md b/content/download.md index 4f35951..b66edcd 100644 --- a/content/download.md +++ b/content/download.md @@ -7,7 +7,7 @@ toc: true [Change History](/guidebook/changes.html) -## Windows +## Windows The Microsoft™ Windows release of _Sketchy Maze_ currently comes as a ZIP file that you can extract anywhere and then run the `sketchymaze.exe` program to @@ -21,7 +21,7 @@ so you may need to click through the "Unknown Publisher" dialog. --- -## Mac OS (Intel) +## Mac OS (Intel) The macOS release of _Sketchy Maze_ comes in two varieties: a traditional "Sketchy Maze.app" in a .dmg file or a form similar to Windows and Linux with a @@ -38,9 +38,9 @@ how to do this for your version of macOS. --- -## GNU/Linux +## GNU/Linux -### Flatpak (All Distros) +### Flatpak (All Distros) The easiest cross-distro way to download _Sketchy Maze_ is via [Flatpak](https://flatpak.org/), which is well supported on most popular Linux distributions including Fedora, Ubuntu, @@ -74,13 +74,13 @@ citing an error about not being able to change to the /app/share/sketchymaze dir I'm not sure what changed to break this since earlier releases but `flatpak run com.sketchymaze.Doodle` should run the app from the command line. -### Fedora (.rpm) +### Fedora (.rpm) * **64-bit:** [sketchy-maze-0.11.0-1.x86_64.rpm](https://download.sketchymaze.com/release/v0.11.0/linux/sketchy-maze-0.11.0-1.x86_64.rpm) (21 MB) * **32-bit:** [sketchy-maze-0.11.0-1.i386.rpm](https://download.sketchymaze.com/release/v0.11.0/linux/sketchy-maze-0.11.0-1.i386.rpm) (21 MB) * **ARM aarch64:** [sketchy-maze-0.11.0-1.aarch64.rpm](https://download.sketchymaze.com/release/v0.11.0/linux/sketchy-maze-0.11.0-1.aarch64.rpm) (21 MB) -### Ubuntu & Debian (.deb) +### Ubuntu & Debian (.deb) * **64-bit:** [sketchy-maze_0.11.0_amd64.deb](https://download.sketchymaze.com/release/v0.11.0/linux/sketchy-maze_0.11.0_amd64.deb) (21 MB) * **32-bit:** [sketchy-maze_0.11.0_i386.deb](https://download.sketchymaze.com/release/v0.11.0/linux/sketchy-maze_0.11.0_i386.deb) (21 MB) @@ -89,7 +89,7 @@ should run the app from the command line. **Notice:** the game depends on SDL2, SDL2-ttf and SDL2-mixer but the .deb package doesn't declare these dependencies for compatibility between Debian and Ubuntu which name these packages distinctly. -### Tarball +### Tarball You can download _Sketchy Maze_ as a `.tar.gz` archive which you can extract anywhere and run. The binary is built on a modern Fedora system and _hopefully_ @@ -100,8 +100,9 @@ versions of SDL2 may not match your computer. * **32-bit:** [sketchymaze-0.11.0-linux-32bit.tar.gz](https://download.sketchymaze.com/release/v0.11.0/linux/sketchymaze-0.11.0-linux-32bit.tar.gz) * **ARM aarch64:** [sketchymaze-0.11.0-linux-aarch64.tar.gz](https://download.sketchymaze.com/release/v0.11.0/linux/sketchymaze-0.11.0-linux-aarch64.tar.gz) -For the daring, Sketchy Maze _almost_ works on the Pinephone. Try the aarch64 -version of the tarball, built on Mobian on Pinephone. +_Sketchy Maze_ also works on Linux smartphone devices such as the Pinephone and Librem 5. +Check out the aarch64 releases, built on Mobian +testing (bookworm). The .deb package works best on Mobian! ---