mirror of https://github.com/OpenTTD/OpenTTD
Fix: mention Haiku in the README, including how to build
parent
1c5ea33099
commit
18b37e4b81
|
@ -154,6 +154,7 @@ platforms are:
|
||||||
|
|
||||||
- DOS (Allegro)
|
- DOS (Allegro)
|
||||||
- FreeBSD (SDL)
|
- FreeBSD (SDL)
|
||||||
|
- Haiku (SDL)
|
||||||
- Linux (SDL or Allegro)
|
- Linux (SDL or Allegro)
|
||||||
- macOS (universal) (Cocoa video and sound drivers)
|
- macOS (universal) (Cocoa video and sound drivers)
|
||||||
- OpenBSD (SDL)
|
- OpenBSD (SDL)
|
||||||
|
@ -545,6 +546,10 @@ However, for the first build one has to do a '`./configure`' first.
|
||||||
To make a universal binary type '`./configure --enabled-universal`'
|
To make a universal binary type '`./configure --enabled-universal`'
|
||||||
instead of '`./configure`'.
|
instead of '`./configure`'.
|
||||||
|
|
||||||
|
### Haiku:
|
||||||
|
|
||||||
|
Use '`make`', but do a '`./configure`' before the first build.
|
||||||
|
|
||||||
### OS/2:
|
### OS/2:
|
||||||
|
|
||||||
A comprehensive GNU build environment is required to build the OS/2 version.
|
A comprehensive GNU build environment is required to build the OS/2 version.
|
||||||
|
|
Loading…
Reference in New Issue