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.