
Quick install instructions:
---------------------------

    make install

  To uninstall:

    make uninstall

  You do not have to install it to try it out.  Just type:

    make

    ./wmtheme [options]
    ./etheme [options]
    (etc.)


Important note
--------------

  The makefile must be modified to include support for the Oroborus or
  Golem window managers.

  However, it can easily be added after installation by creating
  a symbolic link to the wmtheme executable:

    ln -s `which wmtheme` ~/bin/ortheme


Requirements
------------

  Perl 5.004 or later will suffice for most things.  To handle xmms skins,
  the following are recommended:


  infozip

     -- for extracting zip archives.  They don't tend to appear at
        themes.org, but xmms skins are often zipped.


  Xmms::Remote
  
     -- for activating xmms skins.


