Arch Linux PKGBUILD for PPSSPP with Qt UI
|
11-23-2013, 03:12 AM
(This post was last modified: 11-25-2013 02:52 AM by m45t3r.)
Post: #1
|
|||
|
|||
Arch Linux PKGBUILD for PPSSPP with Qt UI
I created a PKGBUILD for Arch Linux users that compiles PPSSPP from source with Qt UI. So this should offer a better user experience for those who use Arch than using the SDL UI (that was the only option offered on AUR before), even if the Qt UI is still somewhat simple (at least it is simpler than the current Windows UI).
The compile path is unoptimal btw: it firstly clone everything (including the submodules), The clone part is especially bad, since it always clone all submodules (I don't know why, I thought it would only do a update). And every asset is build in on binary, but I think this is the way it works anyway. But yeah, it works, as you can see below: It includes a custom made .desktop file (that I can upstream if there is interest) and a icon so it shows on the menu. Here are the links: Qt4: https://aur.archlinux.org/packages/ppsspp-qt4-git/ Qt5: https://aur.archlinux.org/packages/ppsspp-qt-git/ If someone knows a better way to do something, you can post on this topic or make a pull request on GitHub: https://github.com/m45t3r/pkgbuilds |
|||
« Next Oldest | Next Newest »
|