Page 2 of 2

Re: Love, UPX, and you!

Posted: Sun Aug 01, 2010 9:38 pm
by Robin
Jasoco wrote:Would UPX work on the OS X versions of the DLL's? i.e. the Frameworks that are mostly ASCII text code? If someone created a single-click OS X launcher that would decompress all of it, run it from a temp folder then clean up, I'd bite!
Well, it works with binary formats. But why are those Frameworks mostly ASCII?

(Also, in the future, no-one will have to download LÖVE, because it will come with the operating system. ;))

Re: Love, UPX, and you!

Posted: Mon Aug 02, 2010 3:32 am
by Jasoco
Open-source I assume. I dunno. Some of it's binaries, but a lot is text. Also, it compresses really well if ZIPped.

Re: Love, UPX, and you!

Posted: Mon Aug 02, 2010 6:44 pm
by TechnoCat
Robin wrote:Well, it works with binary formats. But why are those Frameworks mostly ASCII?
I believe it is sourcecode.

Re: Love, UPX, and you!

Posted: Wed Aug 04, 2010 1:17 am
by bmelts
The frameworks come with the library's header files (the files you'd find installed in /usr/include or wherever).

Re: Love, UPX, and you!

Posted: Wed Aug 04, 2010 8:07 am
by Robin
anjo wrote:The frameworks come with the library's header files (the files you'd find installed in /usr/include or wherever).
Are the header files so large then?

Re: Love, UPX, and you!

Posted: Wed Aug 04, 2010 6:04 pm
by bmelts
Robin wrote:Are the header files so large then?
Well, collectively the headers are about 2MB, though around half of that is FreeType's fault (and another quarter is SDL's).

Re: Love, UPX, and you!

Posted: Wed Aug 04, 2010 6:16 pm
by Robin
:shock:

Re: Love, UPX, and you!

Posted: Sat Aug 14, 2010 7:07 pm
by Luiji
UPX is cool, but I don't recommend using the LZMA option because LZMA requires a lot of overhead during the decompression stage. The default options are sufficient.