Help installing ppsspp in lLinuxmint 15
|
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? |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Help installing ppsspp in lLinuxmint 15 - xenowildfire - 06-25-2013, 02:55 AM
RE: Help installing ppsspp in lLinuxmint 15 - TheDax - 06-25-2013, 04:07 AM
RE: Help installing ppsspp in lLinuxmint 15 - xenowildfire - 06-25-2013 06:32 AM
RE: Help installing ppsspp in lLinuxmint 15 - necrotek - 06-30-2013, 09:19 AM
|