From 78a2fc0b0639af0298415e6f67e85f3e3b00dc46 Mon Sep 17 00:00:00 2001 From: milkwx3 <3+milkwx3@noreply.localhost> Date: Wed, 8 Jul 2026 10:05:24 +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 | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 05021ce..dd20b07 100644 --- a/README.md +++ b/README.md @@ -1,21 +1,21 @@ # Compiling -! NOTICE: Compile with `-recursive`, e.g `git clone ... -recursive` +### NOTICE: Clone the repository with `-recursive`, e.g `git clone ... -recursive` ## Compiling on Linux 1) Install tools. -**Debian-based distros:** -Essential: +### Debian-based distros: +#### Essential stuff: ```sh sudo apt install build-essential cmake zip unzip make libxrandr-dev libxinerama-dev libxcursor-dev libxi-dev libgl-dev ``` -If you also want to compile for Windows: +#### If you also want to compile for Windows: ```sh sudo apt install g++-mingw-w64-x86-64 gcc-mingw-w64-x86-64 g++-mingw-w64-i686 gcc-mingw-w64-i686 ``` -**Arch-based distros:** -Essential: +### Arch-based distros: +#### Essential stuff: `TODO` -If you also want to compile for Windows: +#### If you also want to compile for Windows: `TODO` 2) Run `compile.sh` to compile for Linux, 64-bit Windows & 32-bit Windows.