Classic After Dark screensaver recreation for XScreensaver.
- Install XScreensaver. Check your distribution instructions on how to do it.
- Download flying-toasters anywhere on your computer, for example
/usr/local/bin/flying-toasters
. - Add path to
flying-toasters
executable to theprograms
section in~/.xscreensaver
. It should look like this:programs: \ maze -root \n\ - GL: superquadrics -root \n\ ... - GL: sphereeversion -root \n\ /usr/local/bin/flying-toasters \n\
- Launch XScreensaver and select "Flying-toasters" as your screensaver. It has no settings.
- Install
gcc
andlibx11-dev
andlibxpm-dev
libraries. - Run
make build
from the source code directory to build from source. - Built screensaver will be put into the
bin
directory. Typemake run
to preview it in windowed mode.