mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-23 15:52:55 +01:00
Needs to be Rdd because while gcc multilib satisfies the dependencies, pacman won't let you uninstall first. Skips dep checking.
@@ -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):
|
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
|
sudo pacman -S gcc-libs-multilib gcc-multilib cmake
|
||||||
```
|
```
|
||||||
4. Install these packages (uses yaourt to install the remaining required packages):
|
4. Install these packages (uses yaourt to install the remaining required packages):
|
||||||
|
|||||||
Reference in New Issue
Block a user