Files
archived-WinDurango/README.md
2026-01-28 21:27:24 +01:00

17 lines
261 B
Markdown

# WinDurango
> [!IMPORTANT]
> We are rewriting WinDurango, due to many of the old codebase's flaws coming to light.
## Building
```
git clone https://codeberg.org/WinDurango/WinDurango.git
vcpkg install
mkdir build && cd build
cmake ..
cmake --build .
```