fzg - oss pixel font, combining fairfax, zlabs and galmuri
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 12 lines 458 B view raw view rendered
1# VSCode 上的 FZG 编译指南。 2 3*(以 VSCodium 为例)* 4 5``` 6$ git clone --recurse-submodules https://tangled.org/@dwn.dwnfonts.cc/fzg 7$ codium . 8``` 9 10这时候会打开 VSCodium。点击顶部搜索框,搜索 `>Python: Create Environment`,选择 `Venv`,**不要**勾选 `requirements.txt`11 12导航到 [tools/build.py](../tools/build.py),点击 `Python Debugger: Debug Python File` 开始编译。你也可以使用 `python -m tools.build`