From 3d9a97348e4244792d8736a3fbcabf50ca644a0c Mon Sep 17 00:00:00 2001 From: Alibek Omarov Date: Mon, 17 Jun 2019 09:09:15 +0300 Subject: [PATCH] readme: update --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8321e518..9578c1e0 100644 --- a/README.md +++ b/README.md @@ -54,17 +54,20 @@ Even if Xash3D FWGS does support targetting 64-bit, you can't load games without ##### Debian/Ubuntu * Enable i386 on your system, if you're compiling 32-bit engine on amd64. If not, skip this + `$ sudo dpkg --add-architecture i386` * Install development tools * For 64-bit engine on amd64: + `$ sudo apt install build-essential gcc-multilib g++-multilib python libsdl2-dev:i386 libfontconfig-dev:i386 libfreetype6-dev:i386` * For everything else: + `$ sudo apt install build-essential python libsdl2-dev libfontconfig-dev libfreetype6-dev` * Clone this repostory: -`git clone --recursive https://github.com/FWGS/xash3d-fwgs` +`$ git clone --recursive https://github.com/FWGS/xash3d-fwgs` -* **Gentoo**: TODO -* **ArchLinux**: ` -S xash3d-git` +#### ArchLinux +* ArchLinux users are lucky enough and there is a `xash3d-git` AUR package for them. ### Building #### Windows(Visual Studio)