Télécharger la liste

Description du projet

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.

Système requise

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

Cette version permet de compresser le fichier de ressources dans son ensemble. Cette compression fonctionne même si les seul fichiers sont déjà compressés.
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 a été ajouté comme une deuxième méthode de compression pour les ressources, et il est maintenant possible de compiler lrc sans cryptage, ce qui réduit la taille d'environ 2,5 Mo à environ 190 Ko.
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

Cette version permet d'accéder aux ressources indexée et offre la possibilité d'utiliser le contenu d'un fichier comme un mot de passe.
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

Cette version ajoute un deuxième format d'entrée et certains refactorisation. Le deuxième format est un format XML simple et appelé le rif (Format d'entrée de ressource).
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 licence a été changé de GPL v2 + pour + LGPL v3 et de cryptage pour les ressources a été implémenté en utilisant l'algorithme de serpent pour le moment.
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