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
-
Download the installer from the official MSYS2 website: www.msys2.org
-
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.
-
Copy and paste the following command into your MINGW64 terminal window to install the
git
,clang
,gcc
andgdb
pacman packages: