Skip to content

Install SplashKit

SplashKit is a beginner’s all-purpose software toolkit that will allow you to create fun and exciting programs more easily, especially for Graphical User Interface (GUI) programs.

Follow these steps to set up SplashKit on Windows with MSYS2 and start building interactive, visually appealing applications!

  1. Run the SplashKit Installer

    Open your MINGW64 Terminal and paste the following command to download and install SplashKit:

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

    Restart your MSYS2 terminal, then enter the following command to check if SplashKit Manager (skm) is installed:

    Terminal window
    skm

    You should see messages confirming the installation, such as:

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

    Tip: Use skm help to explore available commands for working with SplashKit.