Skip to content

Install MSYS2 and Command Line Tools

MSYS2 provide a unix terminal environment for Windows. We will need this to run the build commands to create our SplashKit programs.

Install MSYS2/MINGW64 Terminal

  1. Download the installer from the official MSYS2 website: www.msys2.org

  2. To install MSYS2, double-click the downloaded executable file, and follow the on-screen instructions.

    It is strongly recommended that you use the default install path, but you can customise the other installation options as needed.

Install Command Line Tools

To install SplashKit, you will firstly need to install some command line tools using the pacman package manager.

  1. Copy and paste the following command into your MINGW64 terminal window to install the git, clang, gcc and gdb pacman packages:

    Terminal window
    pacman -S git mingw-w64-x86_64-clang mingw-w64-x86_64-gcc mingw-w64-x86_64-gdb --noconfirm --disable-download-timeout