PPSSPP static SDL or Qt version possible?
|
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 »
|
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
|