Обновить README.md
Build / build (push) Has been cancelled

This commit is contained in:
2026-07-16 19:34:32 +00:00
parent 78a2fc0b06
commit 032b38833d
+6 -2
View File
@@ -14,9 +14,13 @@ sudo apt install g++-mingw-w64-x86-64 gcc-mingw-w64-x86-64 g++-mingw-w64-i686 gc
### Arch-based distros: ### Arch-based distros:
#### Essential stuff: #### Essential stuff:
`TODO` ```sh
sudo pacman -S --needed base-devel cmake zip unzip libxcursor libxinerama libxi libxrandr wayland-utils mesa glu libglvnd alsa-lib pulseaudio
```
#### If you also want to compile for Windows: #### If you also want to compile for Windows:
`TODO` ```sh
sudo pacman -S --needed mingw-w64-gcc
```
2) Run `compile.sh` to compile for Linux, 64-bit Windows & 32-bit Windows. 2) Run `compile.sh` to compile for Linux, 64-bit Windows & 32-bit Windows.
Run `compile_linux.sh` to compile for Linux only. Run `compile_linux.sh` to compile for Linux only.