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 Linux and start building interactive, visually engaging applications quickly and easily!
Installation Steps
-
Open the Terminal
-
Install the SplashKit Manager
Copy and paste the following command into your terminal, then press Enter:
-
Restart the Terminal and Test the Installation
After restarting the terminal, run the following command to confirm the installation:
You should see messages similar to:
-
Install Dependencies and Compile SplashKit
Use the following command to install the necessary dependencies and compile SplashKit:
If you encounter dependency issues, you can install the dependencies manually using the commands below for your Linux distribution:
-
Add SplashKit to Your Path
If you encounter issues with the
skm
command, manually add SplashKit to your PATH:Update your
bash
orzsh
profile manually:-
Update Path in
~/.bashrc
or~/.zshrc
Open your
~/.bashrc
file:Add the following lines near the end:
Update your profile:
Open your
~/.zshrc
file:Add the following lines near the end:
Update your profile:
-
Update the System Library Path
Run the following command to add
/usr/local/lib
to the system’s library path, ensuring they are available to your applications:
-
-
Install SplashKit Globally Run the following command to install SplashKit globally: