PPSSPP on Ubuntu
|
03-04-2013, 09:12 AM
Post: #1
|
|||
|
|||
PPSSPP on Ubuntu
Hi guys,
I'm new here and love what you guys are doing. Some of you may know me from /talk, but anyway. I don't have regular access to a Windows machine, and my primary is a Ubuntu one. My PSP got killed in an accident and I stumbled upon this solution. Anyway, how do I use PPSSPP on Ubuntu? Sincerely, ASKidwai |
|||
03-04-2013, 03:59 PM
Post: #2
|
|||
|
|||
RE: PPSSPP on Ubuntu
Just build the Qt or SDL version. Check the GitHub page for instructions.
-[Unknown] |
|||
03-19-2013, 06:38 AM
Post: #3
|
|||
|
|||
RE: PPSSPP on Ubuntu
Can somebody make a debian package or ppa?
|
|||
03-19-2013, 06:47 AM
(This post was last modified: 03-19-2013 06:49 AM by xsacha.)
Post: #4
|
|||
|
|||
RE: PPSSPP on Ubuntu
Here's my debian package:
Code: git clone git://github.com/hrydgard/ppsspp.git && cd ppsspp Enjoy |
|||
03-20-2013, 06:29 AM
Post: #5
|
|||
|
|||
RE: PPSSPP on Ubuntu
Thanks. going to try it. Is it use latest source code btw?
|
|||
03-20-2013, 07:36 AM
Post: #6
|
|||
|
|||
RE: PPSSPP on Ubuntu
xsacha's steps will give you the latest and greatest, yes.
-[Unknown] |
|||
03-20-2013, 08:37 PM
(This post was last modified: 03-20-2013 08:38 PM by ssshadow.)
Post: #7
|
|||
|
|||
RE: PPSSPP on Ubuntu
Builds with no issues and seems to work fairly well, although the UI could certainly scale better, and work better. It is hard to judge performance however, since AMD Linux drivers are absolutely horrible. My Nexus 7 is literally faster than a semi decent AMD APU on Linux
|
|||
03-20-2013, 09:24 PM
Post: #8
|
|||
|
|||
RE: PPSSPP on Ubuntu
You should be building the Qt UI instead, on Linux.
|
|||
03-20-2013, 10:29 PM
Post: #9
|
|||
|
|||
RE: PPSSPP on Ubuntu | |||
03-21-2013, 01:03 AM
(This post was last modified: 03-21-2013 01:04 AM by xsacha.)
Post: #10
|
|||
|
|||
RE: PPSSPP on Ubuntu
Oh yeah.
Qt one is: Code: cd Qt |
|||
03-21-2013, 01:09 AM
Post: #11
|
|||
|
|||
RE: PPSSPP on Ubuntu
I got this error after ./b.sh
Quote:b.sh: line 3: cmake: command not found |
|||
03-21-2013, 01:15 AM
Post: #12
|
|||
|
|||
RE: PPSSPP on Ubuntu | |||
03-21-2013, 06:26 AM
Post: #13
|
|||
|
|||
RE: PPSSPP on Ubuntu
Now I get:
Quote:-- Could NOT find OpenGL (missing: OPENGL_gl_LIBRARY) |
|||
03-21-2013, 06:35 AM
Post: #14
|
|||
|
|||
RE: PPSSPP on Ubuntu
Maybe something like this:
sudo apt-get install mesa-common-dev freeglut3-dev libsdl-*dev Or you could try the Qt version, e.g. like this I guess: http://developer.ubuntu.com/get-started/qt-creator/ -[Unknown] |
|||
03-23-2013, 07:36 AM
Post: #15
|
|||
|
|||
RE: PPSSPP on Ubuntu
I get SDL version work. Seem to be a bit slow atm.
Now I'm trying Qt version. Installed http://developer.ubuntu.com/get-started/qt-creator/ cd Qt qmake PPSSPPQt.pro && make ./PPSSPPQt But still cannot compile. |
|||
« Next Oldest | Next Newest »
|