Maybe we can sticky/important this one?
Hey guys, I'm back again with another games post! This time it is for the PineTab, yeah I know the hardware is the same as PinePhone, but for some reason I get different results for games on each device. I also wish to have another forum section here so others with the Tab can easily post about games that work and such!
First up: Zandronum!
This should make properly but if it does not please make sure you *also* have these dependencies
base-devel
cmake
sdl2
libglvnd
openssl
sqlite3
gtk2
zlib
nasm
gxmessage
kdialog
fluidsynth
sdl
extra/glu
glew-wayland
glew1.10
Hey guys, I'm back again with another games post! This time it is for the PineTab, yeah I know the hardware is the same as PinePhone, but for some reason I get different results for games on each device. I also wish to have another forum section here so others with the Tab can easily post about games that work and such!
First up: Zandronum!
Code:
#https://wiki.zandronum.com/Compiling_Zandronum_on_Linux#Debian.2FUbuntu (Gives req. deps) ARCH
pacman -S --needed gcc make cmake sdl mercurial zlib bzip2 libjpeg-turbo \
fluidsynth gtk2 timidity++ nasm mesa glu openssl tar glew
Make Games folder:
mkdir Games
cd Games
CLONE ZANDRONUM FROM GIT:
git clone https://github.com/ptitSeb/zandronum
cd zandronum
Make Directory if it's not already there:
mkdir build
cd to zandronum source first, go to the game-music-emu/CMakeLists.txt and go to line 87 and change the [3-9- to [0-9]
cd build
ccmake ..
"c" to configure
NO_FMOD = ON
NO_ASM = ON
NO_OPENAL = OFF
"t" for advanced
SET_CFLAGS = -mcpu=native
"c" to config again
"g" to generate
make -j4
base-devel
cmake
sdl2
libglvnd
openssl
sqlite3
gtk2
zlib
nasm
gxmessage
kdialog
fluidsynth
sdl
extra/glu
glew-wayland
glew1.10