
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 
      
      # ls /xw/*
   
   produces something like:

      /xw/README
      /xw/applications
      /xw/csource
      /xw/documentation
      /xw/extensions
      /xw/installation
      /xw/samples
      /xw/x
      /xw/xbmfx

These two actions are necessary because xbw expects its ./x/-directory
in /xw/x. There is actually no other way to do this, sorry.

After that, just do

    # cd /xw/install
    # chmod +x install           (may be necessary)
    # ./install.xbw


and see what happens :))

Have fun,

  Hendrik
