How to Install Screaming Liquid Tiger on Manjaro
Screaming Liquid Tiger is an open-source tool that creates dynamic, liquid-looking backgrounds. Here's how to install it on Manjaro:
Prerequisites
Before we begin, make sure you have the following:
- A Manjaro Linux installation.
- Git installed on your system.
- An internet connection.
Installation
Open a terminal window by pressing
Ctrl + Alt + Tor by searching for it in the application launcher.Clone the Screaming Liquid Tiger repository using the following command:
git clone https://git.herrbischoff.com/screaming-liquid-tiger.gitChange to the Screaming Liquid Tiger directory by running the following command:
cd screaming-liquid-tigerInstall the required dependencies using the following command:
sudo pacman -S base-devel cmake pkg-config sdl2_ mixerUse CMake to create the makefile:
cmake .Build the project:
makeYou can now run Screaming Liquid Tiger by running the following command:
./screaming-liquid-tiger
Congratulations! Screaming Liquid Tiger is now installed on your Manjaro system.
Conclusion
In this tutorial, we've shown you how to install Screaming Liquid Tiger on your Manjaro system. You can now create beautiful, dynamic backgrounds that will make your system stand out.