# Running Hexen2 on the DC ROMA II pad riscv64 # Make sure to setup a custom Mesa llvmpipe first # https://astr0baby.online/riscv64/DC-ROMA-II-Pad/mesa/ # When you build Mesa llvmpipe build Hexen2 sources # Get sources git clone https://github.com/sezero/uhexen2 cd uhexen2 cd engine cd hexen2 make h2 -j8 # Get the resulting hexen2 executable to a dir where game data files are and run as follows LD_LIBRARY_PATH="/home/user/mesa/lib/riscv64-linux-gnu/" LIBGL_ALWAYS_SOFTWARE=1 GALLIUM_DRIVER=llvmpipe ./hexen2 # p.s. Search archive.org your friendly software supplier ;)