SlackBuildsOrg/games/ddnet
i3slkiller 60d7a9e29b
games/ddnet: Updated for version 18.5.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2024-09-19 06:41:29 +07:00
..
ddnet.info games/ddnet: Updated for version 18.5.1 2024-09-19 06:41:29 +07:00
ddnet.SlackBuild games/ddnet: Updated for version 18.5.1 2024-09-19 06:41:29 +07:00
doinst.sh
README
slack-desc

DDraceNetwork (DDNet) is an actively maintained version of DDRace,
a Teeworlds modification with a unique cooperative gameplay. Help
each other play through custom maps with up to 64 players, compete
against the best in international tournaments, design your own maps,
or run your own server. The official servers are around the world.
All ranks made on official servers are available worldwide and you
can collect points!

Default build options:

# Whether to enable WebSocket support for server
# Requires libwebsockets from SBo
WEBSOCKETS=no

# Whether to enable MySQL/MariaDB support for server
MYSQL=no

# Whether to add video recording support using FFmpeg to the client
# Requires x264 from SBo
VIDEORECORDER=yes

# Whether to enable UPnP support for the server
# Requires miniupnpc from SBo
UPNP=no

# Whether to enable the vulkan backend
VULKAN=yes

# Enable interprocedural optimizations, also known as
# Link Time Optimization (LTO)
IPO=no

# Whether to set security-relevant compiler flags
# like -D_FORTIFY_SOURCE=2 and -fstack-protector-all
SECURITY_COMPILER_FLAGS=yes