retroforth/book/Building-Windows
crc 0fa3289396 book: begin work on windows build instructions
FossilOrigin-Name: 867875ad83dda6b0b2c9c3746a352e80787ae0b5c58e27eaded8ffeaaae5aebd
2019-03-18 20:55:32 +00:00

23 lines
425 B
Text

# Building RETRO on Windows
It is possible to build RETRO on Windows, though a few of the
extensions are not supported:
- no `unix:` words
- no `gopher:` words
## Process
### Setup TCC
Go to http://download.savannah.gnu.org/releases/tinycc/
Download the *winapi-full* and *tcc-xxxx-bin* packages for your
system. Decompress them, copy the headers from the winapi
package into the tcc directory.
### Prepare Source