From 032b38833d70276666528bdc1c2b1be846685d2a Mon Sep 17 00:00:00 2001 From: milkwx3 <3+milkwx3@noreply.localhost> Date: Thu, 16 Jul 2026 19:34:32 +0000 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dd20b07..3f0f689 100644 --- a/README.md +++ b/README.md @@ -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: #### 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: -`TODO` +```sh +sudo pacman -S --needed mingw-w64-gcc +``` 2) Run `compile.sh` to compile for Linux, 64-bit Windows & 32-bit Windows. Run `compile_linux.sh` to compile for Linux only.