From b0487cd43b4cd0cf27d660578717c91a9410f46c Mon Sep 17 00:00:00 2001 From: Krutonium Date: Sat, 9 Jan 2016 15:50:14 -0500 Subject: [PATCH] Needs to be Rdd because while gcc multilib satisfies the dependencies, pacman won't let you uninstall first. Skips dep checking. --- Building-OpenRCT2-on-Linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Building-OpenRCT2-on-Linux.md b/Building-OpenRCT2-on-Linux.md index 2f21983..8347d9d 100644 --- a/Building-OpenRCT2-on-Linux.md +++ b/Building-OpenRCT2-on-Linux.md @@ -52,7 +52,7 @@ As with other distros, you'll need gcc capable of producing 32-bit binaries. The 3. Run the following commands (Replaces gcc with gcc-multilib, and installs cmake): ``` - sudo pacman -R gcc gcc-libs + sudo pacman -Rdd gcc gcc-libs sudo pacman -S gcc-libs-multilib gcc-multilib cmake ``` 4. Install these packages (uses yaourt to install the remaining required packages):