From 3cb34993967155376aa2bae84a11ee35f3b76a21 Mon Sep 17 00:00:00 2001 From: Aaron van Geffen Date: Sun, 10 Jan 2016 11:22:48 +0900 Subject: [PATCH] Libs no longer required --- Building-OpenRCT2-on-Linux.md | 7 ------- 1 file changed, 7 deletions(-) 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.