PPSSPP static SDL or Qt version possible?
|
01-08-2014, 10:23 PM
(This post was last modified: 01-08-2014 10:25 PM by fastrizwaan.)
Post: #1
|
|||
|
|||
PPSSPP static SDL or Qt version possible?
Hi, the linux builds by Karen Tsai requires SDL package/rpm/deb to be installed.
http://ppsspp.angelxwind.net/?page/downloads Linux (requires SDL, install using your distro's package manager) can we have Static SDL version which simply can run without needing to do any package management stuff by the user, I hope that will save a lot of trouble to user. Just saw this, http://www.linuxquestions.org/questions/...ost4003528 ---------------------------------------------------------------- gcc -o Program Program.c -L/usr/lib -L/usr/local/lib -Wl,-rpath,/usr/local/lib,-Bstatic -lSDL -lXxf86vm -lXv -lXi -lpng -lz -lstdc++ -Wl,-Bdynamic -lpthread -lGL -lX11 -lXext -ldl ---------------------------------------------------------------- Can we do this for PPSSPP SDL or QT ? |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
PPSSPP static SDL or Qt version possible? - fastrizwaan - 01-08-2014 10:23 PM
RE: PPSSPP static SDL or Qt version possible? - xsacha - 01-09-2014, 05:42 AM
|