The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 795 - File: showthread.php PHP 7.4.33 (Linux)
File Line Function
/showthread.php 795 errorHandler->error





Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Guide on compiling ppsspp on Linux Mint 13 64
09-16-2013, 02:10 AM (This post was last modified: 09-16-2013 03:11 AM by xenowildfire.)
Post: #1
Guide on compiling ppsspp on Linux Mint 13 64
It took me a while trying to get this to work cause of cmake 2.8.7 and you need 2.8.8 or better.
I have cmake-curses-gui_2.8.9 installed on my computer and I updated it using this method.

1. Enable the repository:
# sudo add-apt-repository ppa:kubuntu-ppa/backports

2. Update the package index:
# sudo apt-get update

3. Install cmake-curses-gui deb package:
# sudo apt-get install cmake-curses-gui

Open your terminal antd type:
git clone https://github.com/hrydgard/ppsspp.git
cd ppsspp
git submodule update --init
sudo apt-get install libsdl1.2-dev
./b.sh
cd build
strip PPSSPPSDL && mkdir ~/Desktop/PPSSPP && cp -a PPSSPPSDL assets ~/Desktop/PPSSPP
And your good to go!

It will add a folder on your desktop and that will be where you can start PPSSPPSDL from.
I didn't have to type sudo apt-get install libsdl1.2-dev cmake build-essential -y in the terminal
since I have already have cmake installed.

I hope this helps the people who had the same trouble with this as I did.
Now I just need to make it using Qt.

I got some of the info from this sorce, Thanks on his part!
http://jeremywininger.blogspot.com/2013/...buntu.html

A side note to get the sound working I got the zip from here:
https://github.com/emulibraries/maiatrac3plus
I had to decompress the zip folder and go into the folder and move it to your home folder.
Open terminal:
cd MaiAT3PlusDecoder
cd make
then go into your output folder and find libat3plusdecoder.so file and copy it.
go into your file system folder, open usr and right click on lib folder and open as administator.
When the folder opens paste the libat3plusdecoder.so file in there and you should have sound.
I have tried putting the file in the same directory as the PPSSPPSDL binary but it never worked.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Guide on compiling ppsspp on Linux Mint 13 64 - xenowildfire - 09-16-2013 02:10 AM

Forum Jump: