Post Reply 
 
Thread Rating:
  • 1 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
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
Find all posts by this user
Quote this message in a reply
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]
Find all posts by this user
Quote this message in a reply
03-19-2013, 06:38 AM
Post: #3
RE: PPSSPP on Ubuntu
Can somebody make a debian package or ppa?
Find all posts by this user
Quote this message in a reply
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
git submodule update -i
./b.sh
cd build
./PPSSPPSDL


Enjoy Smile
Find all posts by this user
Quote this message in a reply
03-20-2013, 06:29 AM
Post: #5
RE: PPSSPP on Ubuntu
Thanks. going to try it. Is it use latest source code btw?
Find all posts by this user
Quote this message in a reply
03-20-2013, 07:36 AM
Post: #6
RE: PPSSPP on Ubuntu
xsacha's steps will give you the latest and greatest, yes.

-[Unknown]
Find all posts by this user
Quote this message in a reply
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 Tongue

[Image: OuUebfI.jpg]
Find all posts by this user
Quote this message in a reply
03-20-2013, 09:24 PM
Post: #8
RE: PPSSPP on Ubuntu
You should be building the Qt UI instead, on Linux.
Find all posts by this user
Quote this message in a reply
03-20-2013, 10:29 PM
Post: #9
RE: PPSSPP on Ubuntu
(03-19-2013 06:47 AM)xsacha Wrote:  Here's my debian package:

Code:
git clone git://github.com/hrydgard/ppsspp.git && cd ppsspp
git submodule update -i
./b.sh
cd build
./PPSSPPSDL


Enjoy Smile

But your little "deb" was for SDL, heh.

I assume Qt can build from cli too?

-[Unknown]
Find all posts by this user
Quote this message in a reply
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
qmake PPSSPPQt.pro && make
./PPSSPPQt
Find all posts by this user
Quote this message in a reply
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
Find all posts by this user
Quote this message in a reply
03-21-2013, 01:15 AM
Post: #12
RE: PPSSPP on Ubuntu
(03-21-2013 01:09 AM)cyclonmaster Wrote:  I got this error after ./b.sh

Quote:b.sh: line 3: cmake: command not found

sudo apt-get install cmake build-essential
Find all posts by this user
Quote this message in a reply
03-21-2013, 06:26 AM
Post: #13
RE: PPSSPP on Ubuntu
Now I get:

Quote:-- Could NOT find OpenGL (missing: OPENGL_gl_LIBRARY)
-- Could NOT find SDL (missing: SDL_LIBRARY SDL_INCLUDE_DIR)
CMake Error at CMakeLists.txt:461 (message):
Could not find SDL. Failing.


CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
OPENGL_INCLUDE_DIR (ADVANCED)
used as include directory in directory /home/cyclonmaster/ppsspp
used as include directory in directory /home/cyclonmaster/ppsspp
used as include directory in directory /home/cyclonmaster/ppsspp
used as include directory in directory /home/cyclonmaster/ppsspp
used as include directory in directory /home/cyclonmaster/ppsspp
used as include directory in directory /home/cyclonmaster/ppsspp
used as include directory in directory /home/cyclonmaster/ppsspp
used as include directory in directory /home/cyclonmaster/ppsspp
used as include directory in directory /home/cyclonmaster/ppsspp

-- Configuring incomplete, errors occurred!
Find all posts by this user
Quote this message in a reply
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]
Find all posts by this user
Quote this message in a reply
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.
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump: