Help with Linux Builds
|
09-29-2013, 05:56 AM
(This post was last modified: 09-29-2013 05:58 AM by zawata.)
Post: #1
|
|||
|
|||
Help with Linux Builds
Ive been trying to build PPSSPP for my linux distro - Ubuntu 13.04
because - the windows version doesnt work for me(OpenGL Errors) - wine windows wont work for me(i dont even know what happens it just doesnt work) - android build runs well but audio is choppy and video is terrible(if i increase the graphics then it runs terrible) i have tried SDL, Qt(terminal) and QTCREATOR when i run ./b.sh after printing "Linking CXX executable PPSSPPSDL" i get this string of errors : Quote:/usr/bin/ld: skipping incompatible /home/zach/ppsspp/ffmpeg/linux/x86_64/lib/libavformat.a when searching for -lavformat when trying to build SDL: Quote:$ git clone git://github.com/hrydgard/ppsspp.git && cd ppsspp when i try Qt in terminal : Quote:$ git clone git://github.com/hrydgard/ppsspp.git && cd ppsspp when i try to compile PPSSPPQt.pro in QTCreator i get this error(which im pretty sure is caused by some noob-ish mistake): Quote::-1: error: No rule to make target `libCommon.a', needed by `PPSSPPQt'. Stop. im probably doing something wrong some noob mistake, please help P.S. going out of town monday morning 9/30, will not return until thursday 10/3 |
|||
11-23-2013, 05:38 AM
Post: #2
|
|||
|
|||
RE: Help with Linux Builds
Instead of using the shell script, maybe you might need the better method to perform this via terminal. Let say that you have downloaded the ppsspp source file:
cd ppsspp mkdir build cd build cmake .. make Thus, ppsspp should be able to run without problems. |
|||
11-23-2013, 06:07 AM
Post: #3
|
|||
|
|||
RE: Help with Linux Builds
Your Qt is not installed.
Try: sudo apt-get install qtcreator It will install everything you need. |
|||
04-20-2015, 08:49 AM
(This post was last modified: 12-18-2015 05:46 AM by aakicee.)
Post: #4
|
|||
|
|||
RE: Help with Linux Builds
I just wanted to say THANK YOU for this build. It works great..
__________________ solitaire champ - solitaire games free download |
|||
10-26-2016, 10:52 AM
Post: #5
|
|||
|
|||
RE: Help with Linux Builds
I agree with you that, it's great. I greet you.
|
|||
« Next Oldest | Next Newest »
|