Download List

專案描述

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.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2012-03-28 09:43
0.8

This release allows compressing the resource file as a whole. This compression works even if the single files are already compressed.
標籤: Minor, feature

2012-02-20 03:42
0.7

bzip2 was added as a second compression method for resources, and it is now possible to compile lrc without encryption, which shrinks the size from about 2.5 MB to about 190 KB.
標籤: Minor

2012-01-05 06:57
0.6

This release allows indexed access to the resources and offers the ability to use the contents of a file as a password.
標籤: Minor, feature

2011-11-20 09:07
0.5

This release adds a second input format and some refactoring. The second format is a simple XML format and called rif (Resource Input Format).
標籤: Minor

2011-08-27 16:25
0.4

The license has been changed from GPL v2+ to LGPL v3+ and encryption for the resources has been implemented using the Serpent algorithm for the moment.
標籤: Minor

Project Resources