This commit is contained in:
2025-11-04 20:10:52 +01:00
parent 82cf551a4c
commit 4ddab5afeb
3 changed files with 30 additions and 0 deletions

View File

@@ -19,6 +19,12 @@ cmake --build build -j $(nproc)
./build/dull
```
### Arch
```
sudo pacman -S base-devel
makepkg -si
```
### Windows / MSYS2
```
pacman -S --needed mingw-w64-x86_64-toolchain mingw-w64-x86_64-cmake mingw-w64-x86_64-ninja mingw-w64-x86_64-qt6-base mingw-w64-x86_64-qt6-tools mingw-w64-x86_64-libbotan