Skip to content

Commit 2f29bb6

Browse files
committed
Add build script
1 parent 03aa97b commit 2f29bb6

4 files changed

Lines changed: 621 additions & 5 deletions

File tree

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
.vscode
2+
.mypy_cache
3+
/cache
4+
/output

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ See [_Correctly Implement a Simplified-Chinese-To-Traditional-Chinese Font_](htt
1515
See [release page](https://github.com/ayaka14732/FanWunMing/releases).<br/>
1616
[發佈頁](https://github.com/ayaka14732/FanWunMing/releases)
1717

18+
## Build 構建
19+
20+
Install Python and [otfcc](https://github.com/caryll/otfcc). Then run `python build/main.py`.<br/>
21+
安裝 Python 與 [otfcc](https://github.com/caryll/otfcc),然後執行 `python build/main.py`
22+
1823
## License 授權條款
1924

2025
This Font Software is licensed under the SIL Open Font License, Version 1.1.<br/>
2126
本字型以 SIL Open Font License 版本 1.1 發佈。
22-
23-
## Help wanted 徵求協助
24-
25-
I hope to add a script to automate the build process.<br/>
26-
我希望添加一個腳本以自動化構建。

0 commit comments

Comments
 (0)