Skip to content
This repository has been archived by the owner on Feb 11, 2022. It is now read-only.

Latest commit

 

History

History
20 lines (17 loc) · 391 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 391 Bytes

The project is archived. Nowdays orignal game works fine in js-dos https://dos.zone/transport-tycoon-deluxe-1995/ and OpenTTD itself have a support for emscripten.

How to build

  1. Build host version:
mkdir build-host
cd build-host
cmake ../OpenTTD
make openttd
  1. Build emscripten version:
mkdir emscripten
cd emscripten
emcmake cmake ../OpenTTD
make