From d94c8ffa5e4e4241fca463f8099285bd7a271c41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Janiszewski?= Date: Mon, 21 Aug 2017 12:06:30 +0200 Subject: [PATCH] Update required libraries in readme.md Some libraries are only required for the graphical client. Updated readme.md to reflect that. [ci skip] --- readme.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/readme.md b/readme.md index 7e8b0e8b32..aaa5ce2636 100644 --- a/readme.md +++ b/readme.md @@ -90,18 +90,18 @@ The program can also be built as a command line program using CMake. This type o - CMake (available through Homebrew) ### Linux: -- sdl2 -- sdl2-ttf (can be disabled) +- sdl2 (only for UI client) +- sdl2-ttf (only for UI client, can be disabled) - fontconfig (can be disabled) - libzip (>= 1.0) - libpng (>= 1.2) -- speexdsp +- speexdsp (only for UI client) - curl (only if building with http support) - jansson (>= 2.5) - 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) +- gl (commonly provided by Mesa or GPU vendors; only for UI client, can be disabled) - cmake ## 3.2 Compiling and running