..:: PCSX2 Forums ::..

Full Version: Need help to get pcsx2 running on Ubuntu 13.04
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
I had grab the pcsx2 source:

Code:
svn checkout http://pcsx2.googlecode.com/svn/trunk/ pcsx2-read-only

Then build it:

Code:
./build.sh

Everything work fine. Now, how can I run it?

Sorry, I'm new to this stuff. Trying new stuff. Thanks.
go to pcsx2-read-only/bin directory and you will see the executable there.

and to add...i recommend ./build.sh --release . this will give you release version not default debug version.

and to add...i recommend ./build.sh --release . this will give you release version not default debug version.
Or for a easier solution you can just install from the PPA.
https://launchpad.net/~gregory-hainaut/+...ficial.ppa
Try compile with both ./build and ./build.sh --release
Try to launch and get error:
Code:
cyclonmaster@cyclonmaster-PC:~/pcsx2-read-only$ cd bin
cyclonmaster@cyclonmaster-PC:~/pcsx2-read-only/bin$ ./launch_pcsx2_linux.sh
Error PCSX2 not found
Maybe the script was directly 'called'
Use either /absolute_path/launch_pcsx2_linux.sh or ./relative_path/launch_pcsx2_linux.sh
the shell script for some reason does not see the debug executable. get a clean svn tree and do the ./build.sh --release version.
I just run

Code:
svn checkout http://pcsx2.googlecode.com/svn/trunk/ pcsx2-read-only

for the first time on ubuntu. I believe it's clean svn tree already.
after downloading the svn tree, cd into pcsx2-read-only dir and do the ./build.sh --release command.

note...download new svn tree
Hum, I would change the script to support debug/dev versions.
(04-28-2013, 03:52 PM)DaTankAC Wrote: [ -> ]after downloading the svn tree, cd into pcsx2-read-only dir and do the ./build.sh --release command.

note...download new svn tree

Already did that. same problem.
I guess you miss some dependency so PCSX2 wasn't built.
Pages: 1 2