mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-23 15:52:55 +01:00
Updated Building OpenRCT2 on Linux (markdown)
@@ -18,7 +18,7 @@ Optional are:
|
||||
* `curl`
|
||||
* `openssl`
|
||||
|
||||
## Apt-Get (Debian, Ubuntu)
|
||||
## APT (Debian, Ubuntu)
|
||||
|
||||
This solution is tested continuously by Travis.
|
||||
|
||||
@@ -26,7 +26,7 @@ The exact package names will differ from distribution to distribution, but here'
|
||||
```
|
||||
sudo dpkg --add-architecture i386
|
||||
sudo apt-get update
|
||||
sudo apt-get install --no-install-recommends -y --force-yes libjansson-dev:i386 \
|
||||
sudo apt-get install --no-install-recommends -y libjansson-dev:i386 \
|
||||
cmake libsdl2-dev:i386 libsdl2-ttf-dev:i386 pkg-config:i386 gcc-multilib \
|
||||
g++-multilib libspeex-dev:i386 libspeexdsp-dev:i386 libcurl4-openssl-dev:i386 \
|
||||
libcrypto++-dev:i386 libfontconfig1-dev:i386 libfreetype6-dev:i386
|
||||
|
||||
Reference in New Issue
Block a user