tyabus / xash3d

Bugfixed & Improved Xash3D
https://dsc.gg/tyabus
GNU General Public License v3.0
36 stars 12 forks source link

xash assembly #7

Closed ghost closed 2 years ago

ghost commented 2 years ago

Screenshot_20220307-160307_Termux Help. An error occurs while compiling the xash. See the screenshot for the error.

tyabus commented 2 years ago

Hi, your compiler dosen't even pass an cmake compiler test because it tries to do 32-bit compilation (its enforced to do so), please install gcc-multilib,g++-multilib packages if you are using apt based distro or pass -DXASH_64BIT=1 instead.

ghost commented 2 years ago

how do i install gcc-multilib,g++-multilib packages?

tyabus commented 2 years ago

use apt install , btw this is not askubuntu.com or something like it, closing and marking the issue as invalid.