Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help installing ppsspp in lLinuxmint 15
06-25-2013, 02:55 AM
Post: #1
Help installing ppsspp in lLinuxmint 15
Can anyone help with installing ppsspp in Linuxmint 15.
Thanks
Find all posts by this user
Quote this message in a reply
06-25-2013, 04:07 AM
Post: #2
RE: Help installing ppsspp in lLinuxmint 15
..What do you need help with?

Non-detailed questions result in non-detailed answers..

4GHz AMD 3900X, 32GB DDR4 RAM, 6GB Nvidia RTX 2060, Asus Crosshair 7 Hero (Wifi), Linux
How to ask useful questions: https://web.archive.org/web/20110214010944/http://support.microsoft.com/kb/555375
I'm not Dark_Alex, nor do I claim to be. Our nicknames are merely coincidence.
Find all posts by this user
Quote this message in a reply
06-25-2013, 06:32 AM
Post: #3
RE: Help installing ppsspp in lLinuxmint 15
Sorry, I have tried like this guide I have found on here.

Open your terminal antd type:

git clone https://github.com/hrydgard/ppsspp.git

Go to newly maked folder:

cd ppsspp

And download needed modules:

git submodule update --init

Now we need CMake, SDL and needed compiler:

sudo apt-get update
sudo apt-get install libsdl1.2-dev cmake build-essential -y

Done! Now we can build the emu:

./b.sh

But at 53% I get an error and it stops.

Is there an easier way to do it? Or a better step by step way of doing it?
Find all posts by this user
Quote this message in a reply
06-30-2013, 09:19 AM
Post: #4
RE: Help installing ppsspp in lLinuxmint 15
You can follow instructions for ArchLinux build's PKGBUILD:

git clone https://github.com/hrydgard/ppsspp.git
cd ppsspp
git submodule update --init
export LDFLAGS="-ldl"
mkdir build
pushd build
cmake ..
make
popd

Results are in /build folder.
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump: