"SfR Fresh" - the SfR Freeware/Shareware Archive

Member "INSTALL" of archive wipeout-Linux-x86-libc6-1.6.tar.gz:


As a special service "SfR Fresh" has tried to format the requested source page into HTML format using source code syntax highlighting with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file. That can be also achieved for any archive member file by clicking within an archive contents listing on the first character of the file(path) respectively on the according byte size field.
    1 softwarebuero m&b
    2 http://www.softwarebuero.de
    3 mailto:info@softwarebuero.de
    4 
    5 
    6 WipeOut Installation
    7 ====================
    8 $Id: INSTALL.wipeout,v 1.14 1999/04/05 12:06:18 gerd Exp $
    9 
   10 
   11 Install from CD-ROM 
   12 -------------------
   13 Just start the install script 'install.sh' in the root directory
   14 of the CD-ROM and follow the instructions.
   15 
   16 
   17 Install from download packages
   18 ------------------------------
   19 The entire package consists of the following files:
   20 
   21 	wipeout-<VERSION>.tar.gz   (binaries)
   22 	wxxt-share-<VERSION>.tar.gz   (wxWindows shared library)
   23 	wipeout-doc-<VERSION>.tar.gz   (documentation)
   24 	wipeout-tut-<VERSION>.tar.gz   (tutorial)
   25 
   26 (You must use this wxXt shared library even if you have
   27 wxXt installed.)
   28 
   29 1. Unpack the files in a newly created directory:
   30 
   31 	tar xvzf wipeout-<VERSION>.tar.gz
   32 	tar xvzf wxxt-share-<VERSION>.tar.gz (optional on some systems)
   33 	tar xvzf wipeout-doc-<VERSION>.tar.gz
   34 	tar xvzf wipeout-tut-<VERSION>tar.gz
   35 		
   36 2. Run the setup script in the install directory and 
   37    follow the instructions.
   38 
   39 	./setup
   40 
   41 3. The setup script will create a startup script. 
   42    Run this script to launch WipeOut.
   43    	./wipeout
   44    	
   45    Please add the installation directory to your PATH 
   46    variable.
   47 	
   48    --------------------------------------------------
   49 
   50    If you do not want to use the default setup files, 
   51    please complete the following steps:
   52    
   53    - Set the environment variable WIPEOUTHOME to the install 
   54      directory.
   55    - Add WipeOut install directory to the LD_LIBRARY_PATH.
   56      Note: You must install the libraries which come with 
   57      the executables. 
   58    - Add <install-dir> to the environment variable PATH.
   59    - Add <install-dir>/doc to the environment variable 
   60      HELPPATH.
   61    - Set the environment variable HELPBROWSER to your 
   62      prefered HTML browser. (e.g. 'surfboard')
   63    - Make JDB.class available to your Java VM. 
   64 
   65 
   66 License Key Installation 
   67 ------------------------ 
   68 Copy your license key to the file .wipeout.licenses in
   69 your home directory - only line for the license key per line.
   70 If there are more license keys for a machine, you should
   71 copy all the keys to a file named wipeout.licenses in
   72 /usr/lib or /usr/local/lib - one key per line.
   73 
   74