Index of /riscv64/DC-ROMA-II-Pad/Games/OpenXcom/
| Name | Last Modified | Size | Type | 
| ../ |   | -   | Directory | 
| README.txt | 2024-Dec-09 18:22:41 | 0.9K | text/plain; charset=utf-8 | 
 
# XCOM (UFO enemy unknown; Terror from the deep) 
# Make sure you have all the SDL stuff installed 
(you can use my pre-build https://astr0baby.online/riscv64/DC-ROMA-II-Pad/usr.local.tar.xz) 
git clone https://github.com/ferzkopp/SDL_gfx 
cd SDL_gfx 
./configure --disable-mmx 
make -j8
sudo make install
git clone https://github.com/OpenXcom/OpenXcom 
cd OpenXcom 
mkdir build
cd build
cmake ..
build -j8 
# Get the game data files from archive.org and place in: 
bin/UFO    <--- Xcom: UFO defense 
bin/TFTD   <--- Xcom: Terror from the deep 
# Launch the game 
(Install LLVM-pipe Mesa) https://astr0baby.online/riscv64/DC-ROMA-II-Pad/mesa/ 
SDL_VIDEODRIVER=x11 LD_LIBRARY_PATH="/home/user/mesa/lib/riscv64-linux-gnu/" LIBGL_ALWAYS_SOFTWARE=1 GALLIUM_DRIVER=llvmpipe  ./openxcom 
(And set fullscreen in options.cfg like this )  
Â~/.config/openxcom$ cat options.cfg | grep fullscreen
fullscreen: true