Update readme.md links to libraries information for Linux

This commit is contained in:
Michał Janiszewski 2020-07-14 08:54:09 +02:00 committed by GitHub
parent 37446e07de
commit db52ac09aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -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