1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-24 00:03:11 +01:00

Libs no longer required

Aaron van Geffen
2016-01-10 11:22:48 +09:00
parent dd07af70c0
commit 3cb3499396

@@ -78,13 +78,6 @@ sudo dnf install gcc gcc-c++ jansson-devel jansson-devel.i686 SDL2_ttf-devel \
### Other required files
You will also need a zipped archive with non-packaged dependencies (`cutest`, `lodepng`, `argparse`):
```
curl https://openrct2.website/files/orctlibs.zip -O
unzip orctlibs.zip
mv local lib
```
As mentioned earlier, we also have a dockerfile. This is useful when you cannot easily install i386 packages alongside x86_64 ones. (Ubuntu can be an example, depending what you else have installed.)
To later run the binary, some filesystem preparation is required.