From db52ac09aae04048da6a4fada7c27bb68b6ef0c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Janiszewski?= Date: Tue, 14 Jul 2020 08:54:09 +0200 Subject: [PATCH] Update readme.md links to libraries information for Linux --- readme.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index d6a3030e2c..a83f7c50ea 100644 --- a/readme.md +++ b/readme.md @@ -113,6 +113,8 @@ The program can also be built as a command line program using CMake. This type o - duktape (unless scripting is disabled) - cmake +Refer to https://github.com/OpenRCT2/OpenRCT2/wiki/Building-OpenRCT2-on-Linux#required-packages-general for more information about installing the packages. + --- ## 3.2 Compiling and running @@ -156,7 +158,7 @@ ln -s ../data data Then you can run the game by running `./openrct2`. ### Linux: -The standard CMake build procedure is to install the [required libraries](https://github.com/OpenRCT2/OpenRCT2#mac--linux), then: +The standard CMake build procedure is to install the [required libraries](https://github.com/OpenRCT2/OpenRCT2#linux), then: ``` mkdir build cd build