mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-10 09:32:29 +01:00
Updated Building OpenRCT2 on Linux (markdown)
@@ -37,6 +37,13 @@ sudo dpkg -i libjansson4_2.7-1ubuntu1_i386.deb
|
||||
sudo dpkg -i libjansson-dev_2.7-1ubuntu1_i386.deb
|
||||
```
|
||||
* Arch (tested continuously with our own dockerfile and then travis)
|
||||
As for the other distros, you'll need gcc capable of producing 32 bit binaries. The package is called `gcc-multilib`, but it conflicts with `gcc` which you probably have installed already. One way to solve this (based on our Dockerfiles) is:
|
||||
```
|
||||
pacman -R --noconfirm gcc
|
||||
pacman -S gcc-libs-multilib
|
||||
pacman -S --noconfirm gcc-multilib
|
||||
```
|
||||
Then install packages:
|
||||
```
|
||||
yaourt -S --noconfirm lib32-jansson lib32-curl lib32-sdl2 lib32-sdl2_ttf \
|
||||
lib32-speex
|
||||
|
||||
Reference in New Issue
Block a user