Install MSYS2 and Command Line Tools
SplashKit requires a few command line tools to be installed on your system before you proceed with the installation. Follow the steps below to install these tools, then you can continue with the SplashKit installation.
MSYS2 provides a Unix-like terminal environment for Windows, allowing you to run the build commands needed to create SplashKit programs.
Installation Steps
-
Download MSYS2
Download the installer from the official MSYS2 website: www.msys2.org
-
Install MSYS2
Double-click the downloaded executable file and follow the on-screen instructions to complete the installation.
We recommend using the default installation path, though you may customize other options as needed.
-
Open the MINGW64 Terminal
MSYS2 includes several terminal environments, and we recommend the MINGW64 environment for 64-bit systems (use MINGW32 for 32-bit). This terminal best supports the C# and C++ commands used with SplashKit.
-
Install Command Line Tools
To prepare for SplashKit, you’ll need to install essential tools using the
pacman
package manager within MINGW64.Copy and paste the following command into the MINGW64 terminal window to install
git
,clang
,gcc
, andgdb
:
You’re now ready to proceed with the SplashKit installation. Continue to Step 2 to complete your setup.