proton:rtpack
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
proton:rtpack [2010/12/28 05:27] – created seth | proton:rtpack [2012/12/02 12:24] (current) – seth | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | === RTPack.exe source code === | + | ==== RTPack source code ==== |
- | It's located in tools/rtpack. | + | 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/RTPack. | ||
+ | |||
+ | === Windows === | ||
It's a MSVC project that requires Clanlib 1.X and the PowerVR libraries (for .pvrtc texture creation) to compiles. | It's a MSVC project that requires Clanlib 1.X and the PowerVR libraries (for .pvrtc texture creation) to compiles. | ||
Line 8: | Line 19: | ||
Note: Unless you really need to tweak something you never really need to compile this as the .exe version is included. | Note: Unless you really need to tweak something you never really need to compile this as the .exe version is included. | ||
+ | |||
+ | === 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 '' | ||
+ | |||
+ | **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... | ||
+ | |||
+ | 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 === | ||
Want to help by compiling an OSX version? | Want to help by compiling an OSX version? | ||
+ |
proton/rtpack.1293514044.txt.gz · Last modified: 2010/12/28 05:27 by seth