Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Arch Linux PKGBUILD for PPSSPP with Qt UI
11-23-2013, 05:25 AM (This post was last modified: 11-23-2013 05:34 AM by xsacha.)
Post: #2
RE: Arch Linux PKGBUILD for PPSSPP with Qt UI
If you just want to build the Qt version and NOT the SDL one, remove these lines:

Code:
mkdir build
    pushd build
    cmake ..
    make
    popd


SDL is optional (just adds gamepad support). So you could remove that from:
Code:
depends=('zlib' 'sdl' 'qt4')
Also, zlib is part of qt4 and is not a requirement. It's also part of PPSSPP as a backup.
Code:
depends=('qt4')
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Arch Linux PKGBUILD for PPSSPP with Qt UI - xsacha - 11-23-2013 05:25 AM

Forum Jump: