From 542dc500ad2fde6f8105ff135c24696e2f14ec20 Mon Sep 17 00:00:00 2001 From: Tulio Leao Date: Wed, 15 Jul 2020 16:57:37 -0300 Subject: [PATCH] Add Linux build information only present on README --- Building-OpenRCT2-on-Linux.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Building-OpenRCT2-on-Linux.md b/Building-OpenRCT2-on-Linux.md index 242360f..2cc1d6a 100644 --- a/Building-OpenRCT2-on-Linux.md +++ b/Building-OpenRCT2-on-Linux.md @@ -6,6 +6,7 @@ This page tells you how to build the project. For instructions on how to get ass To build natively on Linux, you will need a set of libraries set up. Since most distributions come with a package manager, we expect you to use that. Required libraries include: * `sdl2` (only for UI client) +- `freetype` (can be disabled) * `fontconfig` (can be disabled) * `libzip` (>= 1.0) * `libpng` (>= 1.2)