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 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

两个可能的输入的格式:.rc (类似于 Windows) 或.rif (xml)。单个资源与 gzip 已或 bzip2 压缩。完整的资源文件与 gzip 已或 bzip2 压缩。单个资源与蛇的加密。蛇的完整的资源文件的加密。
标签: 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

这是首次发布候选版本 1.0。
标签: RC, Minor
This is the first release candidate for version 1.0.

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

此版本支持 pkgconfig,并增添了很多小的修正。
标签: Minor, Beta
This release supports pkgconfig and adds a lot of minor fixes.

2012-05-09 06:55
0.9.1

此版本修复了 gcc 4.7 存在编译问题。
标签: Patch
This release fixes compilation problems with gcc 4.7.

2012-05-07 04:01
0.9

此版本允许加密生成资源文件作为一个整体。这可以与压缩 (单个资源和完整的文件) 和加密单个资源的组合。
标签: 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