From 3e9f583290039e9f526a8763656b4277060e4022 Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Wed, 11 Jan 2017 22:11:40 +0100 Subject: [PATCH] jansson >= 2.5 is required https://github.com/OpenRCT2/OpenRCT2/commit/9aadf6ce42f03eb80cc1c74b6cdc9eb68993eb3e --- Building-OpenRCT2-on-Linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Building-OpenRCT2-on-Linux.md b/Building-OpenRCT2-on-Linux.md index fc346b7..91e0e63 100644 --- a/Building-OpenRCT2-on-Linux.md +++ b/Building-OpenRCT2-on-Linux.md @@ -12,7 +12,7 @@ To build natively on Linux, you will need a set of libraries set up. Since most * `libpng (>= 1.2)` * `speexdsp` * `curl (only if building with http support)` -* `jansson (>= 2.3)` +* `jansson (>= 2.5)` * `openssl (>= 1.0; only if building with multiplayer support)` * `iconv (part of glibc on Linux)` * `zlib`