mirror of
https://github.com/WinDurango/WinDurango.git
synced 2026-01-31 00:55:17 +01:00
17 lines
261 B
Markdown
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 .
|
|
``` |