Fork vom Github-Repository von eressea/server
Go to file
Enno Rehling 1c397df11d Merge branch 'master' of https://github.com/ennorehling/eressea.git 2017-09-04 14:40:14 +02:00
cJSON@22a4fc9be3
clibs@d286006a28
cmake/Modules
conf first unit should get money and wood 2017-07-23 15:18:16 +02:00
dlmalloc@f1446c47ca
doc
etc add the report email text to the install process 2017-09-03 11:09:15 +02:00
iniparser@22741d9ce9
lunit@155c965944
process update cron to check environment for switches 2017-05-26 13:52:55 +02:00
res BUG 2350: read studyspeed correctly and fix orcs 2017-08-01 22:09:57 +02:00
s do not allow install from the wrong branch 2017-08-24 16:57:02 +02:00
scripts fix intermittent test caused by produceexp 2017-09-04 14:39:33 +02:00
se
share
src Merge branch 'master' into develop 2017-08-24 16:47:24 +02:00
storage@d807ef5ce6
support
tests BUG 2326: Untote Helden fehlen in der Kampfübersicht 2017-05-21 11:14:16 +02:00
.editorconfig
.gitattributes
.gitignore
.gitmodules
.travis.yml
CHANGELOG.md
CMakeLists.txt add the report email text to the install process 2017-09-03 11:09:15 +02:00
LICENSE
Makefile
README.md
configure
schema.sql
todo.md
vs2010-build.bat
vs2012-build.bat
vs2013-build.bat
vs2015-build.bat
vs2017-build.bat

README.md

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.