Index of /riscv64/DC-ROMA-II-Pad/Games/Hexen2/
| Name | Last Modified | Size | Type | 
| ../ |   | -   | Directory | 
| README.txt | 2024-Nov-18 09:42:16 | 0.6K | text/plain; charset=utf-8 | 
| hexen2 | 2024-Nov-18 09:43:09 | 745.2K | application/octet-stream | 
 
# 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 ;)