Files
archived-Reclass/README.md
sysadmin e36d1591ba Trim README description
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-06 08:04:33 -07:00

15 lines
204 B
Markdown

# ReclassX
An improvement over other reclass like editors.
![screenshot](screenshot.png)
## Build
Requires Qt 6, QScintilla, and MinGW on Windows.
```
cmake -B build -G Ninja
cmake --build build
```