proton:rtpack
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
proton:rtpack [2012/02/26 15:01] – aki | proton:rtpack [2012/12/02 12:24] (current) – seth | ||
---|---|---|---|
Line 1: | Line 1: | ||
==== RTPack source code ==== | ==== RTPack source code ==== | ||
+ | |||
+ | RTPack is a general purpose utility that does several useful things from the command line. The .exe version is used from .bat files in windows, and on linux .. well, it doesn' | ||
+ | |||
+ | What's it do? | ||
+ | |||
+ | * Converts most image formats to .rttex. | ||
+ | * Can create fonts | ||
+ | * Can compress any file (Proton will detect and decompress compressed files) | ||
+ | * Other bad ass stuff. | ||
It's located in tools/ | It's located in tools/ | ||
Line 13: | Line 22: | ||
=== Linux === | === Linux === | ||
- | There is a cmake build file that can be used to build the tool in Linux. | + | First of you'll need to have a couple of dependencies installed and/or available. |
You need to get PVRTexLib from Imagination (it's a free download but requires registration). Extract the contents of the package under '' | You need to get PVRTexLib from Imagination (it's a free download but requires registration). Extract the contents of the package under '' | ||
+ | |||
+ | **NOTE:** RTPack currently supports only the 3.x versions of PVRTexLib. The newest version available from Imagination however is on the 4.x series which is API incompatible with the 3.x versions. Either you need to find a 3.x version of PVRTexLib or port the RTPack code to work with the 4.x versions. (Some very old 3.x series version for 32-bit Linux can be found from here https:// | ||
You also need ClanLib version 1 development packages. On Fedora the package is called ClanLib1-devel. On other distributions it might be called something else... | You also need ClanLib version 1 development packages. On Fedora the package is called ClanLib1-devel. On other distributions it might be called something else... | ||
Next run the '' | Next run the '' | ||
+ | |||
+ | If something got wrong, hopefully you got an error message that explains the situation. In any case, if you are stuck feel free to ask on the [[http:// | ||
+ | |||
+ | The lazy alternative is to use wine RTPack.exe <cmd line options> | ||
=== Others === | === Others === |
proton/rtpack.1330268471.txt.gz · Last modified: 2012/02/26 15:01 by aki