Installation¶
SHADERed can be installed easily, just follow the instructions for your platform
Debian/Ubuntu¶
Install dependencies
sudo apt install libopengl0 libglew2.1 libsdl2-2.0-0 zlib1g
Then you can download the installation zip from https://shadered.org/, unzip it wherever you want, and then run the SHADERed binary. You can alternatively do this using the command line:
wget https://github.com/dfranx/SHADERed/releases/latest/download/Linux.zip
unzip Linux.zip && rm Linux.zip
./SHADERed/SHADERed
Windows¶
First, download the zip from https://shadered.org . Unpack the .zip file’s contents into a directory.
Make sure that you’ve got latest Visual C++ Redistributable installed: https://support.microsoft.com/en-us/topic/the-latest-supported-visual-c-downloads-2647da03-1eea-4433-9aff-95f26a218cc0
Launch the SHADERed.exe.
Other platforms¶
TODO