Installing the SplashKit SDK

Step 2 of 4


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

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

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

    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.

    6

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

    skm
    

    You should see the following messages:

    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.

Next - Install Visual Studio Code

Return to the overview of the windows install.