After unpacking the 'xclass-????????.tgz' file, some directories will be
created:

  xclass-new
    |
    +--config
    |
    +--clients
    |    |
    |    +--cdplay         -- contains the code for a CD player.
    |    |    |
    |    |    +--icons     -- contains some pixmaps used internall by cdplay.
    |    |
    |    +--clock          -- contains the code for a simple desktop clock.
    |    |
    |    +--desktop        -- contains the desktop code, is just an skeleton
    |    |                    and is not functional.
    |    |
    |    +--explorer       -- contains the explorer code, as well as some
    |    |                    new explorer-specific widgets, the OXFolder
    |    |                    class and so on.
    |    |
    |    +--fileview       -- contains the code of a simple text file viewer
    |    |                    application.
    |    |
    |    +--globe          -- contains the code of an example program.
    |    |
    |    +--gview          -- contains a (preliminary) xclass port of 
    |    |                    the ghostview 1.5 postscript viewer.
    |    |
    |    +--login          -- contains the code of a future login
    |    |                    program/widget, it shows a way of using
    |    |                    background pixmaps in dialogs.
    |    |
    |    +--notepad        -- contains the code of a text editor.
    |    |
    |    +--paint          -- contains the code of a simple paint program.
    |    |
    |    +--run            -- contains the code of a program intented to be
    |    |                    used by the "Run..." command of the fvwm95
    |    |                    start menu.
    |    |
    |    +--test           -- contains the code of some test applications used
    |    |                    for testing widgets, etc.
    |    |
    |    +--wintest2       -- contains the code of another test application,
    |                         possibly a future wm configuration tool.
    |
    +--doc                 -- contains some blah blah files, this is one
    |                         of these ;-)
    |
    +--icons               -- contains the icons used by some of the
    |                         applications. The mini-ofolder.xpm one is
    |                         intended to be used as the explorer's titlebar
    |                         mini-icon:
    |                         'Style "Explorer" MiniIcon mini-ofolder.xpm'
    |
    +--include
    |    |
    |    +--xclass         -- contains the header files needed for compiling
    |                         the library and applications using the library.
    +--lib
         |
         +--libxclass      -- contains the main library code we have so far.
              |
              +--icons     -- contains some pixmaps used internally by xclass.




To compile the package, go to the xclass-new directory and type:

  ./configure
  make

Then, either create an OX_POOL environment variable containing the
absolute path to the xclass-new/icons directory, for example:

  export OX_POOL=/home/peraza/xclass-new/icons  (sh, bash, ksh)
  setenv OX_POOL /home/peraza/xclass-new/icons  (csh, tcsh)

Or, take the xclassrc file from the xclass-new/doc directory, modify
accordingly the 'icon dir' item under the '[defaults]' section, and copy
it as .xclassrc to your home directory. 

Next, take the mime.types file from the xclass-new/clients/explorer
directory, rename it to .mime.types and copy it to your home directory. 

If you are using fvwm95 (aren't you? :-)), copy the mini-ofolder.xpm
and run1616.xpm icons from xclass-new/icons to the fvwm95's PixmapPath
directory, and add the following statements to your .fvwm95rc:

  Style "Explorer" MiniIcon mini-ofolder.xpm
  Style "Run"      MiniIcon run1616.xpm


That's all.
Enjoy!
