From ca787ed4477b9031ce1b409e6e1c92915d210d00 Mon Sep 17 00:00:00 2001 From: Enno Rehling Date: Sun, 18 Apr 2021 17:32:13 +0200 Subject: [PATCH] README update: libexpat relaces libxml2 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index aba766a60..4f1a6a703 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,9 @@ 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 \ + sudo apt-get install git cmake gcc make luarocks \ liblua5.2-dev libtolua-dev libncurses5-dev libsqlite3-dev \ - libcjson-dev libiniparser-dev + libcjson-dev libiniparser-dev libexpat1-dev # How to check out and build the Eressea server