diff --git a/Building-OpenRCT2-on-Linux.md b/Building-OpenRCT2-on-Linux.md index 2ce629f..2f09478 100644 --- a/Building-OpenRCT2-on-Linux.md +++ b/Building-OpenRCT2-on-Linux.md @@ -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.