Fork vom Github-Repository von eressea/server
Find a file
2021-06-20 19:23:37 +02:00
clibs@61a19671c2 libcjson requires focal 2021-05-01 22:20:54 +02:00
cmake/Modules fix error message 2021-03-17 18:42:09 +01:00
conf VERTREIBE Kommando (expel). 2021-06-10 22:21:15 +02:00
doc
etc
process fix LUA_PATH for run-eressea.cron 2021-03-06 21:29:36 +01:00
res EXPEL: additional messages and tests. 2021-06-11 21:02:30 +02:00
s remove debug flag 2021-04-28 20:04:59 +02:00
scripts remove g_writegame global 2021-06-19 19:48:23 +02:00
se
share remove lunit from repository (use luarocks) 2021-02-22 19:51:46 +01:00
src bug 2673: cannot attack sea serpents 2021-06-20 19:23:37 +02:00
storage@97bba1317f libcjson requires focal 2021-05-01 22:20:54 +02:00
support
tests fix new changerace test 2021-06-19 19:14:49 +02:00
tools
.editorconfig
.gitattributes
.gitignore
.gitmodules remove tolua submodule, build with system library (WIP) 2021-03-16 18:14:25 +01:00
.travis.yml Merge branch 'master' into develop 2021-05-01 22:21:09 +02:00
.wakatime-project
CHANGELOG.md Kröten und Schlümpfe können nichts lernen. 2021-04-12 20:14:19 +02:00
CMakeLists.txt we do not need cmake 3.19 2021-03-16 21:35:33 +01:00
CMakeSettings.json fix crash in release build 2021-05-04 21:06:53 +02:00
configure
LICENSE.md
Makefile
README.md README update: libexpat relaces libxml2 2021-04-18 17:32:19 +02:00
schema.sql
todo.md
vs2010-build.bat
vs2012-build.bat
vs2013-build.bat
vs2015-build.bat
vs2017-build.bat
vs2019-build.bat

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 luarocks \
    liblua5.2-dev libtolua-dev libncurses5-dev libsqlite3-dev \
    libcjson-dev libiniparser-dev libexpat1-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 Linux or macOS:

git clone --recursive git://github.com/eressea/server.git source
cd source
git submodule update --init
s/build

If you got this far and all went well, you have built the server, and it will have passed some basic functionality tests.

  • Static Analysis
  • Build Status
  • License: CC BY-NC-SA 4.0