1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-23 15:52:55 +01:00

Remove whitespace

Margen67
2021-04-21 15:02:24 -10:00
parent dc8cf7544c
commit b002aa95f6

@@ -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 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)) (You may wish to install Zenity or KDialog, see [#5521](https://github.com/OpenRCT2/OpenRCT2/issues/5521))
### Solus ### Solus
@@ -103,6 +103,7 @@ cmake .. # remember to set your build flags, e.g. -DCMAKE_BUILD_TYPE=RelWithDebI
make make
``` ```
This will generate a `openrct2` binary in the `build` directory. To run you have two options: `make install` or running it locally. 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
`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). `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! 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 ./openrct2 --openrct-data-path=../data
``` ```