lrc (The Linux Resource Compiler) is a system for packing many files into a single file for installation and use in a program as its resources (such as the graphics and sounds used by a game). It consists of a command-line tool, called lrc, for compiling the resources and a library, called liblrc, to extract the resources from a file generated by the compiler.
| Tags | Programming - Components and Libraries Programming - Tools |
|---|---|
| Licenses | LGPL v3 |
| Operating Systems | Linux (32 and 64 bit) |
| Implementation | C++0x |
Recent releases


Release Notes: Two possible input formats: .rc (similar to Windows) or .rif (xml). Compression of single resources with gzip or bzip2. Compression of complete resource files with gzip or bzip2. Encryption of single resources with Serpent. Encryption of complete resource files with Serpent.


Release Notes: This is the first release candidate for version 1.0.


Release Notes: This release supports pkgconfig and adds a lot of minor fixes.


Release Notes: This release fixes compilation problems with gcc 4.7.


Release Notes: This release allows encrypting the resulting resource file as a whole. This can be combined with compression (single resources and complete file) and encryption of single resources.