Download List

Descripción del Proyecto

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

Esta versión permite comprimir el archivo de recursos en su conjunto. Esta compresión funciona incluso si los archivos ya están comprimidos.
Tags: Minor, feature
This release allows compressing the resource file as a whole. This compression works even if the single files are already compressed.

2012-02-20 03:42
0.7

bzip2 se agregó como un segundo método de compresión para recursos y ahora es posible compilar CRI sin cifrado, lo que disminuye el tamaño de alrededor de 2,5 MB a unos 190 KB.
Tags: Minor
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.

2012-01-05 06:57
0.6

Esta versión permite acceso indizado a los recursos y ofrece la posibilidad de utilizar el contenido de un archivo como una contraseña.
Tags: Minor, feature
This release allows indexed access to the resources and offers the ability to use the contents of a file as a password.

2011-11-20 09:07
0.5

Esta versión incorpora un segundo formato de entrada y algunos refactorización. El segundo formato es un formato XML simple y llamado rif (formato de entrada de recursos).
Tags: Minor
This release adds a second input format and some refactoring. The second format is a simple XML format and called rif (Resource Input Format).

2011-08-27 16:25
0.4

La licencia ha sido cambiado de GPL v2 + a + LGPL v3 y cifrado de los recursos ha llevado a cabo utilizando el algoritmo de la serpiente, por el momento.
Tags: Minor
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.

Project Resources