From 2f530c8ba289fda88c0eb5e48fc936b12e2b580b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Janiszewski?= Date: Wed, 4 Jan 2017 16:10:30 +0100 Subject: [PATCH] Update required libraries for Linux [ci skip] --- readme.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/readme.md b/readme.md index f3178b2823..35cea62c5b 100644 --- a/readme.md +++ b/readme.md @@ -67,13 +67,17 @@ The program can also be built as a command line program using CMake. This type o ### Linux: - sdl2 -- sdl2-ttf +- sdl2-ttf (can be disabled) +- fontconfig (can be disabled) +- libzip (>= 1.0) - speexdsp -- curl (only if building with network support) -- jansson (only if building with network support) +- curl (only if building with http support) +- jansson (>= 2.3) +- openssl (>= 1.0; only if building with multiplayer support) - iconv (part of glibc on Linux) +- zlib +- gl (commonly provided by Mesa or GPU vendors; can be disabled) - cmake -All libs listed here (bar cmake) required in 32 bit variants. ## 3.2 Compiling and running ### Windows: