diff --git a/Building-OpenRCT2-on-Linux.md b/Building-OpenRCT2-on-Linux.md index ddc0c6d..1bdb054 100644 --- a/Building-OpenRCT2-on-Linux.md +++ b/Building-OpenRCT2-on-Linux.md @@ -87,7 +87,7 @@ Install dependencies: ``` apk add git gcc g++ make cmake libzip-dev curl-dev libressl-dev nlohmann-json sdl2-dev fontconfig-dev fts-dev icu-dev duktape-dev speexdsp-dev ``` -(Dependency fts may not be required in the future, see [#5520](https://github.com/OpenRCT2/OpenRCT2/issues/5520)) +(Dependency fts may not be required in the future, see [#5520](https://github.com/OpenRCT2/OpenRCT2/issues/5520)) (You may wish to install Zenity or KDialog, see [#5521](https://github.com/OpenRCT2/OpenRCT2/issues/5521)) ### Solus @@ -103,6 +103,7 @@ cmake .. # remember to set your build flags, e.g. -DCMAKE_BUILD_TYPE=RelWithDebI make ``` This will generate a `openrct2` binary in the `build` directory. To run you have two options: `make install` or running it locally. + ### make install `make install` will download required resources (json objects, title sequences) and installs openrct2 under `/usr/local` by default, but `DESTDIR` will be properly honoured (see below). @@ -124,7 +125,7 @@ Alternatively you can install these assets yourself. The following needs to sati Keep in mind you can symlink stuff and that filesystems are case sensitive! -Alternatively you can specify the data directory like this +Alternatively you can specify the data directory like this: ``` ./openrct2 --openrct-data-path=../data ```