mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-10-31 15:20:10 +00:00
f8f7f436ae
See: #503
22 lines
675 B
Markdown
22 lines
675 B
Markdown
# Installation
|
|
|
|
## Windows
|
|
|
|
Download the Windows zip file for your OS type (usually the 64 bit version) from [releases](https://github.com/JGRennison/OpenTTD-patches/releases).
|
|
|
|
Unzip this file and run `openttd.exe`.
|
|
|
|
## Linux
|
|
|
|
Download and use one of the Linux builds in [releases](https://github.com/JGRennison/OpenTTD-patches/releases), or compile from source (see below).
|
|
|
|
## MacOS
|
|
|
|
Download and use the MacOS DMG file from [releases](https://github.com/JGRennison/OpenTTD-patches/releases).
|
|
|
|
Alternatively, use [homebrew](https://brew.sh) by typing `brew install jgrennison-openttd --cask`.
|
|
|
|
## Compiling your own build
|
|
|
|
See [compiling](/COMPILING.md) for more details.
|