/* Emperor - an X windows strategy game for 1-6 players
Copyright (C) 1998 Frank Rustemeyer. This file is part of the Emperor package.
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
If you have changes and you want them to be included in a future release of Emperor, please e-mail them to mambres@mud.tap.de. */
This package contains Emperor for X, Release 2.2
- Requirements
QT >= 2.0
ANSI compatible C++ compiler
(if this is not g++, you have to change the makefile)
Emperor was developed on a SuSE 6.2 Linux system
but should run on any Unix system with the above
requirements.
Installation
Extract the archive and change to the "emp" directory.
The default setup is German, so if you want to build
an English version, uncomment the #define ENGLISH
at the beginning of the emp.h file.
Now just type "make".
The executable will be named "emp".
Note: You may have to make sure that the paths in the
make file point to the right values for your QT installation.
Some systems (e. g. Fedora) come with a multi-threaded
version of QT that has libraries with different names.
If your linker fails with "Cannot find -lqt" but you are
sure that your system has a QT version, try replacing
"-lqt" by "-lqt-mt" in your makefile.
Help Files
Help files can be found in the subdirectory emp/help.
You need a HTML browser to read those files. Start your
browser software and just load index.html for the German
help files or intro.html for the English help.
Changes
If you have changes or ideas and want them included in the
next official version, send them to mambres@mud.tap.de
Problems?
Emperor Homepage: http://www.geocities.com/TimesSquare/Dome/4555/
Send me mail: mambres@mud.tap.de
