Skip to content

Commit

Permalink
[Readme] Add 16-bit TASM to the list of build requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
nmlgc committed Mar 17, 2018
1 parent 4b8baf1 commit 134804d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Since this will most likely result in graphics mods that exceed the specificatio
You will need:

* Borland Turbo C++ 4.0J
* Borland Turbo Assembler (TASM), version 5.0 or later, in a 32-bit version (`TASM32.EXE`)
* Borland Turbo Assembler (TASM), version 5.0 or later, in a 32-bit Windows version (`TASM32.EXE`) and version 4.1 or later in a 16-bit DOS version (`TASM.EXE`)
* [DOSBox](http://dosbox.com) if you're running a 64-bit version of Windows, or a non-Windows operating system

The Borland tools are the only ones that will, with the correct command-line switches for each game, deterministically compile this source code to executables that are bit-perfect to ZUN's original ones. Hence, they are the only supported build tools during all of the reconstruction phase.
Expand Down

0 comments on commit 134804d

Please sign in to comment.