something to add perhaps to make tome build more easily.

Moderator: Moderator

Post Reply
Message
Author
shirish
Yeek
Posts: 10
Joined: Sat Nov 19, 2011 9:39 am

something to add perhaps to make tome build more easily.

#1 Post by shirish »

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.

Code: Select all

configuration { "linux", "gmake" }
        buildoptions { "`pkg-config --cflags sdl2`" }
        linkoptions { "`pkg-config --libs sdl2`" }
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
Intel Core i5-7400, Intel(R) HD Graphics 630 (Kaby Lake GT2), Asus PRIME Z270-P, D-Link 502-T router, 64-bit Debian Testing, Debian Mate 1.24.0

Post Reply