Skip to content

stm2/server

This branch is 5473 commits behind eressea/server:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

bb03517 · Feb 25, 2016
Mar 6, 2014
Jul 12, 2015
Dec 30, 2015
Dec 5, 2015
Feb 22, 2016
Jul 12, 2015
Jul 12, 2015
Aug 3, 2014
Jul 12, 2015
Jun 7, 2012
Feb 11, 2016
Oct 30, 2015
Jan 24, 2016
Feb 10, 2016
Feb 13, 2016
Aug 6, 2015
Feb 22, 2016
Feb 25, 2016
Feb 1, 2016
Feb 7, 2014
Feb 22, 2016
Jul 11, 2015
Mar 16, 2014
Sep 11, 2015
Jul 11, 2015
Sep 6, 2015
Feb 10, 2016
Jun 1, 2012
Jul 11, 2015
May 19, 2015
Mar 3, 2015
Aug 7, 2014
Aug 14, 2014
Mar 7, 2014
Jul 8, 2014
Jul 8, 2014
Jul 23, 2014
Oct 11, 2015

Repository files navigation

What is this?

This repository contains the source code for the Play-by-Mail strategy game Eressea.

Prerequisites

Eressea depends on a number of external libraries. On a recent Debian-based Linux system, this is the apt-get command to install all of them:

sudo apt-get install git cmake gcc make libxml2-dev liblua5.2-dev libtolua-dev libncurses5-dev libsqlite3-dev

How to check out and build the Eressea server

This repository relies heavily on the use of submodules, and it pulls in most of the code from those. The build system being used is cmake, which can create Makefiles on Unix, or Visual Studio project files on Windows. Here's how you clone and build the source on Ubuntu:

git clone --recursive git://github.com/eressea/server.git
cd server
./configure
./s/build

If you got this far and all went well, you have built a server (it is linked from the game subdirectory), and it will have passed some basic functionality tests.

About

Clone this project as the basis for your own Eressea server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 92.7%
  • Lua 5.5%
  • Python 0.6%
  • Shell 0.6%
  • CMake 0.4%
  • C++ 0.1%
  • Other 0.1%