
INSTALLING XBW
==============

a): change to the root directory and do
 
      # tar zxvf xw2.0.tgz
 
   xbw will be installed in /xw/....



or, b): create your own directory, unpack xbw and do

      # ln /mydirectorypathtoxw /xw -s

   after that,  check that the file structure is exactly like:

      /xw/HTML
      /xw/applications
      /xw/csource
      /xw/installation
      /xw/samples
      /xw/x

These two actions are necessary because xbw expects its library-directory
in /xw/x. There is actually no other way to do this, sorry. I'll change to
/usr/lib as soon as I can.

After that, just do

    # cd /xw/installation
    # make
    # make.dir
    # make
    # demos.xbw

and see what happens :))



Getting Text to Read
====================

Get your netscape working and start reading file /xw/StartHere.html.
This thing ate a lot of precious time, so it's the only available
form of documentation at the moment. German readers might try to
scan through my unreadable german documentation which can be supplied
in postscript format in one of the next releases.


Have fun,

  Hendrik
