Pinned Loading
-
1-Line command for installing SuperT...
1-Line command for installing SuperTuxCart on Gentoo Linux. Copy, paste, and run. Assumes you have sudo installed and configured. 1#
2# I am not responsible for any damages the following code my cause, execute at your own risk.
3#
4echo "Installing dependencies" && sudo emerge --ask dev-vcs/git sdl2-image media-libs/libogg media-libs/libogg media-libs/libvorbis media-libs/freetype media-libs/harfbuzz dev-libs/openssl media-libs/libpng net-wireless/bluez sys-libs/zlib sdl2-gfx media-libs/openal dev-vcs/subversion && echo "Creating directory" && mkdir SuperTuxKart && cd SuperTuxKart && git clone https://github.com/supertuxkart/stk-code stk-code && svn co https://svn.code.sf.net/p/supertuxkart/code/stk-assets stk-assets && cd stk-code && mkdir cmake_build && cd cmake_build && cmake .. && make && cd bin/ && chmod +x supertuxkart && ./supertuxkart
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.