Index of /riscv64/DC-ROMA-II-Pad/Games/gzdoom/
Name | Last Modified | Size | Type |
../ | | - | Directory |
README.txt | 2024-Nov-19 12:11:17 | 0.4K | text/plain; charset=utf-8 |
gzdoom.tar.gz | 2024-Nov-19 12:10:19 | 157.7M | application/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