Add Linux appimage builds for 1782 and 1443

sakuramipha 2023-07-20 15:22:06 +01:00
parent 2480a117ff
commit 1ace55baf3

@ -1,5 +1,7 @@
As the Citra team is working on modernizing the emulator, with features such as a higher OpenGL requirement on PC and upgrading our Qt interface to Qt6, we have sadly had to drop support for some older hardware and older operating system versions. This page is an archive of all the older builds you may need to use to use Citra.
Thank you to Citra staff member [TGP17](https://github.com/TGP17) for compiling the Linux AppImages for us to use here!
## Last supported build for OpenGL 3.3
### Windows
@ -14,6 +16,14 @@ Download `citra-osx-20220901-d380980.tar.gz` from the [Citra Nightly 1782](https
Extract the .tar.gz file to your Documents folder on your PC. Open `citra-qt` for the GUI.
### Linux
Download `Citra-Nightly-1782.AppImage` from this [Citra Nightly 1782](https://github.com/TGP17/citra/releases/tag/Nightly-1782) GitHub releases page.
Open your file manager and browse to the location of the AppImage.
Right-click on the AppImage and click the **Properties** entry.
Switch to the Permissions tab and click the **Allow executing file as program** checkbox if you are using a Nautilus-based file manager, or click the **Is executable** checkbox if you are using KDE's file manager, and close the dialog.
## Last supported build for Windows 7/8.1
Download `citra-windows-mingw-20230504-70335a7.7z` from the [Citra Nightly 1898](https://github.com/citra-emu/citra-nightly/releases/tag/nightly-1898) GitHub releases page.
@ -28,4 +38,13 @@ The [core timing rewrite](https://github.com/citra-emu/citra/pull/4913) fixed ma
Download `citra-windows-mingw-20200321-8722b97.7z` from the [Citra Nightly 1443](https://github.com/citra-emu/citra-nightly/releases/tag/nightly-1443) GitHub releases page.
Extract the .7z file to your Documents folder on your PC. Open `citra(.exe)` for the CLI and open `citra-qt(.exe)` for the GUI.
Extract the .7z file to your Documents folder on your PC. Open `citra(.exe)` for the CLI and open `citra-qt(.exe)` for the GUI.
### Linux
Download `Citra-Nightly-1443.AppImage` from this [Citra Nightly 1443](https://github.com/TGP17/citra/releases/tag/Nightly-1443) GitHub releases page.
Open your file manager and browse to the location of the AppImage.
Right-click on the AppImage and click the **Properties** entry.
Switch to the Permissions tab and click the **Allow executing file as program** checkbox if you are using a Nautilus-based file manager, or click the **Is executable** checkbox if you are using KDE's file manager, and close the dialog.