# 使用 Homebrew, apk, dnf, Nix 安装 liblcf

查看 liblcf 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

## 安装

```sh
sudo av install brew:liblcf
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install liblcf
```

  证据: local Homebrew formula metadata

### Linux

- apk (92%):

```sh
sudo apk add liblcf
```

  证据: Alpine Linux edge package indexes: liblcf from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz

- dnf (92%):

```sh
sudo dnf install liblcf
```

  证据: Fedora Rawhide package metadata: liblcf from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#liblcf
```

  证据: nixpkgs package indexes: pkgs/by-name/li/liblcf/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## 软件包事实

- **软件包键:** brew:liblcf
- **软件包管理器:** Homebrew
- **版本:** 0.8.1
- **来源摘要:** Library for RPG Maker 2000/2003 games data
- **主页:** <https://easyrpg.org/>
- **仓库:** <https://github.com/EasyRPG/liblcf>
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- lcf2xml (别名)
- lcfstrings (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

- 页面生成时间: 2026-08-03
- 管理器版本: 0.8.1
## 项目历史与用法

liblcf is the EasyRPG project's C++ library for reading and writing RPG Maker 2000 and 2003 game data, including LCF files and XML conversions. Its importance is less about being a general-purpose game library and more about preserving and interoperating with the proprietary data formats used by RPG Maker 2000/2003 games.

### 项目历史

EasyRPG describes itself as a free, open source project compatible with RPG Maker 2000/2003 games. liblcf became the shared data layer for that effort: EasyRPG Player can interpret RPG Maker games while liblcf handles the game database, map, save, and related LCF-format data.

The GitHub repository was created on January 25, 2012, and the first GitHub release listed by the repository API was 0.2.1 on July 2, 2014. The README documents the tool side of the library through LCF2XML, which converts RPG Maker 2000/2003 files such as LMU, LMT, LDB, and LSD to XML and back, and LCFSTRINGS, which extracts strings from those files.

### 采用历史

Adoption followed EasyRPG's portability story. Because EasyRPG targets desktop, mobile, console, and browser environments, liblcf is packaged as a reusable low-level component rather than only as an internal parser.

Package-manager metadata in this batch lists liblcf in Homebrew, Alpine, Fedora, and Nix, reflecting its role as a niche but reusable library for RPG Maker 2000/2003 compatibility work.

### 使用方式

Developers use liblcf directly as a library or through its command-line tools when inspecting, converting, or validating RPG Maker 2000/2003 project data. Its build documentation covers Autotools and CMake, with CMake documented as the supported route for Windows builds.

### 为什么软件包爱好者会关心

For package maintainers, liblcf is a good example of a small preservation-oriented library whose CLI utilities are as important as the library ABI. It packages a reverse-engineered game-data format into a normal Unix build artifact, which makes RPG Maker preservation workflows scriptable.

### 时间线

- 2007: EasyRPG project copyright range begins on the project website.
- 2012: EasyRPG/liblcf GitHub repository created.
- 2014: liblcf 0.2.1 published as a GitHub release.
- 2021: EasyRPG wiki liblcf build page last modified on January 22, 2021.
- 2025: liblcf 0.8.1 "Stun" published on April 7, 2025.

### Related projects

- EasyRPG Player uses liblcf as the parser layer for RPG Maker 2000/2003 game data.
- EasyRPG's broader ecosystem includes EasyRPG Player, EasyRPG Editor, the EasyRPG wiki, and the Open RTP asset project.

### 来源

- <https://api.github.com/repos/EasyRPG/liblcf>
- <https://api.github.com/repos/EasyRPG/liblcf/releases?per_page=100>
- <https://easyrpg.org/>
- <https://github.com/EasyRPG/liblcf>
- <https://wiki.easyrpg.org/development/compiling/liblcf>


## 安全说明

library-like package without higher-risk signals.

- **Geiger 风险:** 绿色 / 低
- library-like package without higher-risk signals

## 其他软件包管理器记录

- Nix - liblcf: normalized package name match | nixpkgs package indexes: pkgs/by-name/li/liblcf/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- apk - liblcf - 0.8.1-r1: normalized package name match | Alpine Linux edge package indexes: liblcf from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Library to handle RPG Maker 2000/2003 and EasyRPG projects | https://easyrpg.org/
- apk - liblcf-dev - 0.8.1-r1: normalized package name match | Alpine Linux edge package indexes: liblcf-dev from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Library to handle RPG Maker 2000/2003 and EasyRPG projects (development files) | https://easyrpg.org/
- apk - liblcf-tools - 0.8.1-r1: normalized package name match | Alpine Linux edge package indexes: liblcf-tools from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Library to handle RPG Maker 2000/2003 and EasyRPG projects | https://easyrpg.org/
- dnf - liblcf - 0.8.1-6.fc45: normalized package name match | Fedora Rawhide package metadata: liblcf from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Library to handle RPG Maker 2000/2003 game data | https://github.com/EasyRPG/liblcf
- dnf - liblcf-devel - 0.8.1-6.fc45: normalized package name match | Fedora Rawhide package metadata: liblcf-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Development files for liblcf | https://github.com/EasyRPG/liblcf
- dnf - liblcf-doc - 0.8.1-6.fc45: normalized package name match | Fedora Rawhide package metadata: liblcf-doc from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Documentation for liblcf | https://github.com/EasyRPG/liblcf
- dnf - liblcf-tools - 0.8.1-6.fc45: normalized package name match | Fedora Rawhide package metadata: liblcf-tools from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Programs for handling RPG Maker 2000/2003 game data | https://github.com/EasyRPG/liblcf


## Combined YAML source

View the package source record on GitHub. [combined/liblcf.yml](https://github.com/mxcl/pkgdb/blob/main/combined/liblcf.yml)


## 来源

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
