Fork vom Github-Repository von eressea/server
Go to file
Enno Rehling e6da5d92d8 Pausierte Parteien bewachen nicht. 2021-06-08 19:13:27 +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 in e3, disable the new resource discovery 2020-12-06 19:24:39 +01:00
doc build with or without libbsd installed 2021-02-19 18:13:05 +01:00
etc add the report email text to the install process 2017-09-03 11:09:15 +02:00
process fix LUA_PATH for run-eressea.cron 2021-03-06 21:29:36 +01:00
res Seeschlangen brauchen keine Tarnung lehre, auf dem Ozean sieht man sie eh. 2021-06-05 15:07:02 +02:00
s remove debug flag 2021-04-28 20:04:59 +02:00
scripts Seeschlangen brauchen keine Tarnung lehre, auf dem Ozean sieht man sie eh. 2021-06-05 15:07:02 +02:00
se Merge branch 'develop' into feature/bug-1588-magicpower-limit 2015-08-06 19:16:05 +02:00
share remove lunit from repository (use luarocks) 2021-02-22 19:51:46 +01:00
src Pausierte Parteien bewachen nicht. 2021-06-08 19:13:27 +02:00
storage@97bba1317f libcjson requires focal 2021-05-01 22:20:54 +02:00
support - added `build.lua' script published by Enno. 2014-02-07 19:35:30 +01:00
tests integration tests: fewer horses in the report now 2021-05-20 18:57:51 +02:00
tools tolua update again 2021-02-16 10:12:05 +01:00
.editorconfig fake wormhole in test had negative size 2020-08-16 16:00:27 +02:00
.gitattributes additional testing 2014-03-16 14:19:51 -07:00
.gitignore Add CMakeSettings.json to git 2021-02-22 19:32:08 +01:00
.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 project name 2020-08-19 12:41:11 +02:00
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
LICENSE.md New license is CC BY-NC-SA 2019-09-13 21:42:46 +02:00
Makefile make clean target cleans cmake 2021-02-20 20:17:22 +01:00
README.md README update: libexpat relaces libxml2 2021-04-18 17:32:19 +02:00
configure Merge branch 'Verlasse-zu-spät-in-Befehlsreihenfolge' of github.com:CTD1/eressea-server-bugfixing into CTD1-Verlasse-zu-spät-in-Befehlsreihenfolge 2014-08-08 00:34:55 +02:00
schema.sql micro optimizations. 2014-08-14 09:57:05 +02:00
todo.md remove latin1 characters from some files 2014-03-06 19:12:12 -08:00
vs2010-build.bat CMAke 3.0 has been released, and it installs to a new path. 2014-07-08 00:00:03 -07:00
vs2012-build.bat CMAke 3.0 has been released, and it installs to a new path. 2014-07-08 00:00:03 -07:00
vs2013-build.bat setting the rules directory with -r (overrides config.rules from eressea.ini) 2014-07-23 15:44:57 +02:00
vs2015-build.bat Switching to VS2017 compiler has found a bug in pofile.c 2018-10-14 14:45:05 +02:00
vs2017-build.bat fix batch file for vs2017 2020-12-07 18:51:32 +01:00
vs2019-build.bat fix MSVC warning levels, move _CRT_SECURE_NO_WARNINGS define to sources 2021-02-20 23:22:10 +01:00

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 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