Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
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.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: PPSSPP static SDL or Qt version possible? - xsacha - 01-09-2014 05:42 AM

Forum Jump: