mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-23 15:52:55 +01:00
Remove whitespace
@@ -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
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user