Files
jeweha_patch/README.md
2025-03-11 12:47:55 +08:00

8 lines
132 B
Markdown

# Jeweha Chinese Patch
## How to Compile
```powershell
md build && cd build
cmake -A Win32 ../
cmake --build . --config Release
```