This commit is contained in:
Kinneyzhang 2026-08-13 14:40:28 +08:00
parent 1d0a931583
commit 30aa141cca
3 changed files with 5 additions and 1 deletions

View File

@ -70,6 +70,8 @@ There is no separate `etaf-data` install: Data is a core ETAF capability. There
## Load and verify
ECSS 0.1.0 and TP 1.0.0 are independent packages and may be installed in either order. Install both before Ebox 2.0.0, then install ETAF. ETAF consumes only the Ebox 2.0 public rendering contract.
During development, load the sibling Ebox checkout before ETAF:
```elisp

View File

@ -70,6 +70,8 @@ Component(props, Scope) → View → Renderer → Ebox Node → Emacs buffer
## 加载与验证
ECSS 0.1.0 与 TP 1.0.0 是互相独立的包,安装顺序任意;两者都安装后再安装 Ebox 2.0.0,最后安装 ETAF。ETAF 只使用 Ebox 2.0 的公共渲染契约。
开发时先把同级 Ebox 检出目录加入 `load-path`
```elisp

View File

@ -4,7 +4,7 @@
;; Author: ETAF contributors
;; Version: 0.1.0
;; Package-Requires: ((emacs "29.1") (ebox "1.0.1"))
;; Package-Requires: ((emacs "29.1") (ebox "2.0.0"))
;; Keywords: ui, tools, convenience
;; URL: https://github.com/ginqi7/etaf