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 ? |
|||
01-09-2014, 05:42 AM
(This post was last modified: 01-09-2014 05:43 AM by xsacha.)
Post: #2
|
|||
|
|||
RE: PPSSPP static SDL or Qt version possible?
You can compile both as static.
It requires that the library (Qt or SDL) be pre-built as static first. That is, you need QtCore.a (for example) instead of QtCore.lib. So you'd need to compile Qt (or SDL) for static. Then using those libraries, compile PPSSPP. |
|||
« Next Oldest | Next Newest »
|