Package Details: supertux-git 0.6.3.r1599.g6f1078d10-1

Git Clone URL: https://aur.archlinux.org/supertux-git.git (read-only, click to copy)
Package Base: supertux-git
Description: A classic 2D jump'n run sidescroller game in a style similar to the original SuperMario game
Upstream URL: https://www.supertux.org
Licenses: GPL-3.0-only
Conflicts: supertux
Provides: supertux
Submitter: chenxiaolong
Maintainer: tulpenkiste
Last Packager: tulpenkiste
Votes: 14
Popularity: 0.000000
First Submitted: 2012-02-16 21:18 (UTC)
Last Updated: 2025-02-21 20:29 (UTC)

Dependencies (16)

Required by (0)

Sources (1)

Pinned Comments

tulpenkiste commented on 2025-02-21 20:33 (UTC) (edited on 2025-02-21 20:34 (UTC) by tulpenkiste)

Works with the Ninja CMake generator now (waited for a fix to be merged upstream before adding due to buffer overflows). Also changed to have discord integration compiled in.

Latest Comments

« First ‹ Previous 1 2 3 4 5 6

hzu commented on 2011-11-13 10:26 (UTC)

Sorry, updated the PKGBUILD again. One dependency was missing.

hzu commented on 2011-11-13 10:02 (UTC)

Updated the PKGBUILD. Credits goes to chenxiaolong.

chenxiaolong commented on 2011-08-07 15:14 (UTC)

Please change the cmake line to: cmake -D CMAKE_INSTALL_PREFIX=/usr -D INSTALL_SUBDIR_BIN=bin . That fixes the path issue. Also, please add before the cmake line: sed -i '/curl\/types.h/d' src/addon/addon_manager.cpp sed -i '1i#include <cstddef>' src/supertux/screen_manager.hpp That fixes the compilation issues. Both lines were taken from the official PKGBUILD. Fixed PKGBUILD: http://pastebin.com/YHVRempG