


                               Installation


  Installing RealTimeBattle should not be too difficult; in case you get
  problems, please send your bug report to realtimebattle@telia.com and
  tell what went wrong.



  To compile and install RealTimeBattle, you only need to execute the
  following commands:

  % ./configure [options]
  % make
  # make install


  You can change the settings by supplying options to configure, e.g. if
  you want a different install directory or compile in debug mode. A
  full list of options is listed by

  % ./configure --help


  The following options are especially useful:

   --prefix=DIR            The root directory for all installed files,
                            default: /usr
   --exec-prefix=DIR       Root for architecture-dependent files,
                            default: prefix
   --bindir=DIR            Where the RealTimeBattle binary is placed,
                            default: eprefix/bin
   --includedir=DIR        Where Messagetypes.h is installed,
                            default: prefix/include
   --infodir=DIR           Where info-files are stored,
                            default: prefix/info
   --with-rtb-dir          Directory for main installation,
                            default: prefix/games/RealTimeBattle

   --enable-debug          Compile for debugging
   --disable-graphics      Compile a version without a gui.
   --without-gtk           Same as --disable-graphics.


  The gtk options can be useful too.

  Note that in order to install to directories other than your own, you
  have to be root.















