something to add perhaps to make tome build more easily.
Posted: Tue Mar 03, 2020 11:57 pm
Hi, somebody tried to build tome 1.6.7 in Debian See https://lists.debian.org/debian-devel-g ... 00005.html
According to him, this is needed in premake4.lua which isn't there and which should have made finding libsdl2 easier.
maybe that can be added as a patch for 1.6.8 release. FWIW, libsdl2 has been in Debian for quite sometime and running smoothly. See https://tracker.debian.org/pkg/libsdl2
According to him, this is needed in premake4.lua which isn't there and which should have made finding libsdl2 easier.
Code: Select all
configuration { "linux", "gmake" }
buildoptions { "`pkg-config --cflags sdl2`" }
linkoptions { "`pkg-config --libs sdl2`" }