Eile Mit Weile
Loading...
Searching...
No Matches
Eile Mit Weile Documentation

Installation

The game can only be easily installed on a Linux system using apt-get. If you are using a different operating system, you will have to install wxWidgets 3.0 manually.

Installation using apt-get

Go to the root directory of the project and run the following commands:

sudo ./INSTALL

In case you get an error running the INSTALL script, make sure you run it with

sudo

and also try to run

sudo apt-get update
sudo apt-get upgrade

before running the INSTALL script again. Alternatively, you can run the commands in the INSTALL script manually.

Start a Game

To start a local server, run the following command:

EMW-server

To start a game client, run the following command:

EMW-client

Source Code Documentation

Refer to the Topics section for an entry point to the source code.