home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / devel / lang / c / xw2.000 / xw2 / xw / installation / README < prev   
Encoding:
Text File  |  1995-03-20  |  797 b   |  46 lines

  1.  
  2. INSTALLING XBW
  3. ==============
  4.  
  5. a): change to the root directory and do 
  6.       
  7.       # tar zxvf xw2.0.tgz 
  8.    
  9.    xbw will be installed in /xw/....
  10.  
  11. or, b): create your own directory, unpack xbw and do
  12.  
  13.       # ln /mydirectorypathtoxw /xw -s
  14.  
  15.    after that,  check that 
  16.       
  17.       # ls /xw/*
  18.    
  19.    produces something like:
  20.  
  21.       /xw/README
  22.       /xw/applications
  23.       /xw/csource
  24.       /xw/documentation
  25.       /xw/extensions
  26.       /xw/installation
  27.       /xw/samples
  28.       /xw/x
  29.       /xw/xbmfx
  30.  
  31. These two actions are necessary because xbw expects its ./x/-directory
  32. in /xw/x. There is actually no other way to do this, sorry.
  33.  
  34. After that, just do
  35.  
  36.     # cd /xw/install
  37.     # chmod +x install           (may be necessary)
  38.     # ./install.xbw
  39.  
  40.  
  41. and see what happens :))
  42.  
  43. Have fun,
  44.  
  45.   Hendrik
  46.