PPSSPP on Ubuntu
|
03-29-2013, 01:32 PM
Post: #31
|
|||
|
|||
RE: PPSSPP on Ubuntu | |||
03-30-2013, 04:26 PM
(This post was last modified: 03-30-2013 04:40 PM by cyclonmaster.)
Post: #32
|
|||
|
|||
RE: PPSSPP on Ubuntu
I'm running Ubuntu 12.10.
Quote:cyclonmaster@ubuntu:~/ppsspp/Qt$ apt-cache policy qtmobility-dev Updated source, still get same error on Qt. Also now I get error on SDL build which is not before: Quote:cyclonmaster@ubuntu:~/ppsspp$ ./b.sh |
|||
03-30-2013, 04:58 PM
Post: #33
|
|||
|
|||
RE: PPSSPP on Ubuntu
For the SDL build, you need to run:
git submodule update -[Unknown] |
|||
03-30-2013, 07:31 PM
(This post was last modified: 03-30-2013 07:54 PM by cyclonmaster.)
Post: #34
|
|||
|
|||
RE: PPSSPP on Ubuntu
Ok. Success build SDL again. PPSSPP 0.7 rev 324.
build QT get this error: Quote:cyclonmaster@ubuntu:~/ppsspp/Qt$ qmake PPSSPPQt.pro && make In Windows, savegame goes into Memstick folder. But in Linux, where did the savegame files go? There is no Memstick folder exists. But when run game, the save is available after I save a game at certain point. I want to put other savegame files but don't know where to put it. |
|||
03-30-2013, 09:02 PM
Post: #35
|
|||
|
|||
RE: PPSSPP on Ubuntu
Unfortunately... Qt is a bit broken atm.
On Linux, savegames go into ~/.ppsspp/ iirc. -[Unknown] |
|||
03-31-2013, 01:13 PM
Post: #36
|
|||
|
|||
RE: PPSSPP on Ubuntu
Owh! found it now. It's in hidden folder. No worry, still can fix Qt later. SDL still work great too.
|
|||
04-04-2013, 07:38 AM
Post: #37
|
|||
|
|||
RE: PPSSPP on Ubuntu
SDL build failed now, including Qt build
|
|||
04-04-2013, 01:24 PM
Post: #38
|
|||
|
|||
RE: PPSSPP on Ubuntu
What error do you get?
-[Unknown] |
|||
04-04-2013, 07:11 PM
Post: #39
|
|||
|
|||
RE: PPSSPP on Ubuntu
This is the SDL error:
Quote:cyclonmaster@cyclonmaster-PC:~/ppsspp$ ./b.sh |
|||
04-04-2013, 08:20 PM
Post: #40
|
|||
|
|||
RE: PPSSPP on Ubuntu
Hmm. And this is the same install that was working before? It sounds like you really don't have libsdl-dev (or whatever the package's name is) installed.
-[Unknown] |
|||
04-05-2013, 12:29 AM
Post: #41
|
|||
|
|||
RE: PPSSPP on Ubuntu
This time I'm testing Ubuntu 13.04. You're right, I've been missing some libsdl. Installed it, now it's ok again.
Qt build still the same error. |
|||
04-05-2013, 02:51 AM
Post: #42
|
|||
|
|||
RE: PPSSPP on Ubuntu | |||
04-05-2013, 06:01 AM
(This post was last modified: 04-05-2013 06:01 AM by cyclonmaster.)
Post: #43
|
|||
|
|||
RE: PPSSPP on Ubuntu
git alreay up to date, rev 457. I get this error:
Quote:cyclonmaster@cyclonmaster-PC:~/ppsspp/Qt$ qmake PPSSPPQt.pro && make |
|||
04-05-2013, 06:40 AM
Post: #44
|
|||
|
|||
RE: PPSSPP on Ubuntu
Oh, you don't have lrelease. Probabbly try qt4-dev-tools or something?
-[Unknown] |
|||
04-05-2013, 07:09 AM
Post: #45
|
|||
|
|||
RE: PPSSPP on Ubuntu
(04-05-2013 06:40 AM)[Unknown] Wrote: Oh, you don't have lrelease. Probabbly try qt4-dev-tools or something? I can see it's here. Is it something else missing? Anything need to install? Link? |
|||
« Next Oldest | Next Newest »
|