Sorry, no binaries, so you'll have to get your compiler out; but then building and installing rizzle should be a simple matter of unpacking the tarball, making the executable, installing it, and running it - as follows :
$ $ tar -xzvf rizzle-1.2.2.tar.gz $ cd rizzle-1.2.2 $ make $ su # make install $ rizzle $And if you don't like it, just uninstall it :
$ $ killall rizzle $ su # make uninstall $If make fails because your X11 libraries are in a different location to mine, try specifying the proper locations on the command line :
$ make XINC=/usr/X/include XLIB=/usr/X/libSimilarly, if you don't want to install rizzle under /usr/local, redefine PREFIX on the command line when you install it :
$ make install PREFIX=$HOMENow, to avoid having to run rizzle manually, you could add it to your .xinitrc before you launch the window manager (note, rizzle doesn't need an ampersand, as it will daemonize itself for you):
rizzle exec mwmor,
rizzle mwm & exec panelObviously, these instructions are for UNIX-like operating systems. If you're on VMS, you'll need to improvise (though, obviously, I'd appreciate any feedback, fixes or build files you might want to contribute - ta).