-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Alternative ways of getting the PPSSPP Flatpak #19790
Comments
Btw, between Flatpak and AppImage, which one can be used more widely on various distros? |
Both are well supported. |
@aqqlqlql no idea how to do it, a PR or detailed instructions would be appreciated. It's difficult to keep up with this many platforms... |
From Google's AI with "how to build ppsspp flatpak package" To build a PPSSPP Flatpak package, you need to first download the PPSSPP source code, then use the Flatpak build tools to create the package, which involves setting up a Flatpak manifest file, specifying required dependencies, and compiling the PPSSPP code within a sandboxed environment to create the Flatpak application; you can usually find detailed instructions on how to build Flatpak packages on the PPSSPP GitHub repository or the Flatpak documentation.
Create a Flatpak manifest:
Build the Flatpak package:
Important considerations:
Permissions and access: PS: The manifest/.json file probably like the old one at https://github.com/barthalion/flatpak-ppsspp |
See the Flatpak documentation. |
There should have other ways of getting the Flatpak if a user wants the Flatpak but doesn't want to or can't use Flathub.
Here are my proposed solutions:
The text was updated successfully, but these errors were encountered: