Fork vom Github-Repository von eressea/server
Go to file
Enno Rehling b6ee09d309 on macos, there is apparently no ncursesw 2021-03-16 21:29:05 +01:00
clibs@8c3ce73e86 fix MSVC warning levels, move _CRT_SECURE_NO_WARNINGS define to sources 2021-02-20 23:22:10 +01:00
cmake/Modules remove tolua submodule, build with system library (WIP) 2021-03-16 18:14:25 +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
process fix LUA_PATH for run-eressea.cron 2021-03-06 21:29:36 +01:00
res add missing XML for drift messages 2021-03-07 14:12:22 +01:00
s travis lua_path, again 2021-02-22 20:50:49 +01:00
scripts remove debug output 2021-03-07 13:05:39 +01:00
se
share remove lunit from repository (use luarocks) 2021-02-22 19:51:46 +01:00
src fix highly theoretical source of crash. 2021-03-15 20:00:58 +01:00
storage@da12b773a2 size_t fix in storage 2021-02-21 00:22:38 +01:00
support
tests on macos, there is apparently no ncursesw 2021-03-16 21:29:05 +01:00
tools tolua update again 2021-02-16 10:12:05 +01:00
.editorconfig
.gitattributes
.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 remove tolua submodule, build with system library (WIP) 2021-03-16 18:14:25 +01:00
.wakatime-project
CHANGELOG.md update changelog 2021-02-16 10:12:05 +01:00
CMakeLists.txt on macos, there is apparently no ncursesw 2021-03-16 21:29:05 +01:00
CMakeSettings.json fix output directory and point runtests script at it. 2021-03-05 18:53:44 +01: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 update package list 2021-02-16 10:12:05 +01:00
configure
schema.sql
todo.md remove latin1 characters from some files 2014-03-06 19:12:12 -08:00
vs2010-build.bat
vs2012-build.bat
vs2013-build.bat
vs2015-build.bat
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 libxml2-dev \
    liblua5.2-dev libtolua-dev libncurses5-dev libsqlite3-dev \
    libcjson-dev libiniparser-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