Skip to content
View tfk1's full-sized avatar
:shipit:
:shipit:

Block or report tfk1

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. 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
    #
    4
    echo "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