Skip to content

SplashKit SDK

Once you have MSYS2 installed, you can install the SplashKit library:

Steps:

  1. Start by installing the git client. This will be used to download and update SplashKit. Run the following at the Terminal:

    Terminal window
    pacman -S git --noconfirm --disable-download-timeout
  2. In your MSYS2 Terminal, paste and run the following line

    Terminal window
    bash <(curl -s https://raw.githubusercontent.com/splashkit/skm/master/install-scripts/skm-install.sh)

    This can also be found on the SplashKit home page.

  3. Restart the terminal and execute skm to test it was successfully installed.

    Terminal window
    skm

    You should see the following messages:

    Terminal window
    SplashKit is installed successfully!
    Missing skm command. For help use 'skm help'

    SplashKit supports a number of languages. Run skm help at the terminal to see the different commands you can run.