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.

2013-01-14 05:00
1.0

Deux formats d'entrée possibles : .rc (similaire à Windows) ou .rif (xml). Compression de ressources uniques avec gzip ou bzip2. Compression des fichiers de ressource complète avec gzip ou bzip2. Cryptage de ressources uniques avec le Serpent. Cryptage des fichiers de ressource complète avec le Serpent.
Tags: Major
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.

2012-12-28 22:38
1.0 RC1

Il s'agit de la première release candidate pour la version 1.0.
Tags: RC, Minor
This is the first release candidate for version 1.0.

2012-09-02 20:26
1.0 Beta-1

Cette version prend en charge pkgconfig et ajoute beaucoup de corrections mineures.
Tags: Minor, Beta
This release supports pkgconfig and adds a lot of minor fixes.

2012-05-09 06:55
0.9.1

Cette version corrige des problèmes de compilation avec gcc 4.7.
Tags: Patch
This release fixes compilation problems with gcc 4.7.

2012-05-07 04:01
0.9

Cette version permet de crypter le fichier de ressources qui en résulte dans son ensemble. Combinable avec compression (ressources simples et dossier complet) et le cryptage de ressources uniques.
Tags: Minor, feature
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.

Project Resources