# 使用 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/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-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
- **软件包管理器页面:** <https://formulae.brew.sh/formula/liblcf>
- **版本:** 0.8.1
- **来源摘要:** Library for RPG Maker 2000/2003 games data
- **主页:** <https://easyrpg.org/>
- **仓库:** <https://github.com/EasyRPG/liblcf>
- **上游文档:** <https://easyrpg.org/>
- **许可证:** MIT
- **源码归档:** <https://easyrpg.org/downloads/player/0.8.1/liblcf-0.8.1.tar.xz>
- **已生成:** 2026-08-04T22:13:35+00:00

## 可执行文件

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

## 依赖

- icu4c@78
- inih

## 构建依赖

- cmake

## macOS 提供的库

- expat

## 安装行为

- post-install 钩子: 未定义
- Bottle: 可用 于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## 版本和新鲜度

- 页面生成时间: 2026-08-04
- 管理器版本: 0.8.1
- 本地数据: OK
- 上游仓库: https://easyrpg.org/
- 信息: No package-manager update timestamp was available.
- 信息: Release/tag comparison is only available for GitHub repositories.
## 项目历史与用法

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

## 源数据库详情

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** liblcf
- **Version Scheme:** 0
- **Revision:** 1
- **Head Version:** HEAD
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** head, stable

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

- 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/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-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/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-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/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-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/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | Programs for handling RPG Maker 2000/2003 game data | https://github.com/EasyRPG/liblcf


## 相关链接

- [Terminal utility packages](https://pkg.so/zh-hans/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://pkg.so/zh-hans/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Networking and protocol packages](https://pkg.so/zh-hans/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Database and data packages](https://pkg.so/zh-hans/database-data-tools/) - Matched database, SQL, migration, or data-store metadata.
- [cmake](https://pkg.so/zh-hans/brew/cmake/) - Build dependency declared by Homebrew.
- [easyrpg-player](https://pkg.so/zh-hans/brew/easyrpg-player/) - Popular package that depends on this formula.
- [mame](https://pkg.so/zh-hans/brew/mame/) - Shares pkgdb curated category or tags: cli, games.
- [rom-tools](https://pkg.so/zh-hans/brew/rom-tools/) - Shares pkgdb curated category or tags: cli, games.
- [dosbox-x](https://pkg.so/zh-hans/brew/dosbox-x/) - Shares pkgdb curated category or tags: cli, games.
- [stockfish](https://pkg.so/zh-hans/brew/stockfish/) - Shares pkgdb curated category or tags: cli, games.
- [nethack](https://pkg.so/zh-hans/brew/nethack/) - Shares pkgdb curated category or tags: cli, games.
- [katago](https://pkg.so/zh-hans/brew/katago/) - Shares pkgdb curated category or tags: cli, games.
- [freeciv](https://pkg.so/zh-hans/brew/freeciv/) - Shares pkgdb curated category or tags: cli, games.
- [widelands](https://pkg.so/zh-hans/brew/widelands/) - Local package facts share a topical domain. Shared terms: cli, game, games, icu4c, icu4c-78.

## 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
- package-page enrichment
- curated package history
- package version freshness
- pkgdb category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
