mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-24 00:03:11 +01:00
Updated Building OpenRCT2 on Linux (markdown)
@@ -118,9 +118,7 @@ You need a functional `data` directory next to the current working directory whe
|
|||||||
An easy way to generate such a data directory is by leveraging `make install`. Type the following in the `build` directory:
|
An easy way to generate such a data directory is by leveraging `make install`. Type the following in the `build` directory:
|
||||||
|
|
||||||
```
|
```
|
||||||
mkdir temp_install
|
DESTDIR=. make install
|
||||||
DESTDIR=./temp_install make install
|
|
||||||
cp -r temp_install/usr/local/share/openrct2/ data
|
|
||||||
```
|
```
|
||||||
|
|
||||||
Alternatively you can install these assets yourself. The following needs to satisfied:
|
Alternatively you can install these assets yourself. The following needs to satisfied:
|
||||||
|
|||||||
Reference in New Issue
Block a user