# Precompiled bins and libs are attached as half-life_1.tar.gz # If you want to build yourself here is a short howto # We need to compile the following # Copy the origilan HL1 data valve directory to /path/to/hl1 (where you will compile the riscv64 binaries and libs) # Go to some work SRC directory $BUILD cd $BUILD git clone --recursive https://github.com/FWGS/xash3d-fwgs cd xash3d-fwgs ./waf configure --enable-gles2 --enable-static-gl --disable-gl --disable-soft -8 ./waf build ./waf install destdir=/path/to/hl1 cd $BUILD git clone --recursive https://github.com/fgsfdsfgs/hlsdk-xash3d cd hlxdk-xash3d ./waf configure ./waf build ./waf install destridir=/path/to/hl1 cd /path/to/hl1 ./xash3d -dev 5 -windowed -width 1280 -height 720 (Windowed) (There will be an error for OpenGL first, ignore this) ./xash3d -dev 5 -fullscreen (Fullscreen)