Index of /riscv64/DC-ROMA-II-Pad/Games/gzdoom/

NameLast ModifiedSizeType
../ -  Directory
README.txt2024-Nov-19 12:11:170.4Ktext/plain; charset=utf-8
gzdoom.tar.gz2024-Nov-19 12:10:19157.7Mapplication/x-gtar-compressed
# Building gzdoom
# Make sure you have SDL2 and all the usual requirements in place installed on the DC II ROMA Pad 


git clone https://github.com/ZDoom/ZMusic 
cd ZMusic 
mkdir build
cd build
cmake ..
make -j8
sudo make install


git clone https://github.com/ZDoom/gzdoom 
cd gzdoom 
mkdir build
cd build 
cmake .. -DHAVE_GLES2=true -DHAVE_VULKAN=false 
make -j8 


# Now you ycan enjoy gzdoom with GLES2 on the DC ROMA II Pad riscv64 



Webserver 1.0