# 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