PINE64
PineTab Games Thread - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: PineTab (https://forum.pine64.org/forumdisplay.php?fid=140)
+--- Forum: General Discussion on PineTab (https://forum.pine64.org/forumdisplay.php?fid=141)
+--- Thread: PineTab Games Thread (/showthread.php?tid=12450)



PineTab Games Thread - PixelPaintbrush - 12-08-2020

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!

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
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