INSTALL
-------

   *) To install the precompiled binaries into `/usr/local' run
      `make install-pre'

      To change the place where Cthugha-L will be installed to you have to 
      edit the `Makefile'.
      

   *) To compile your own version of Cthugha-L:
      
      1) run `./configure'
	 For a list of possible options use './configure --help'.
	 
      2) run `make'
	 This will produce all the necessary files.

      3) run `make install'
	 to install Cthugha-L on your system. You should run this
	 command as root. Otherwise only root can run cthugha.



Problems
--------
   * A problem (I have it sometimes) with shared libraries is, that you
     don't have the "library without version number".  For example if
     you have `libXaw.so.6' and *no* `libXaw.so' you should add a link
     with
                    ln -s libXaw.so.6 libXaw.so

     You should add such links for all your shared libraries.

   * If you have problems with the sound reading you should try the option 
     `--snd-method'. Using a value of 1 or 2 might solve your problem.
     Please tell me if you continue to have problems (or even know how to fix
     it)

   * Please take a look at the `TODO' file for known bugs and problems. 



Non-Linux-Machines
------------------
   * This release of Cthugha-L that should also work on some machines
     not running Linux. You will not have any sound, but you can try
     something like `--play /dev/audio --silent'. 

   * Please tell me if you run this version on a different operating
     system. And plese tell me also what you had to change to make it 
     running.

   * The network code might not even compile on non-Linux machines.
     Use the configure option `--without-network' to disable all network
     stuff.

