2019-03-15 13:06:56 +01:00
|
|
|
# Building RETRO on Windows
|
|
|
|
|
2019-03-18 21:55:32 +01:00
|
|
|
It is possible to build RETRO on Windows, though a few of the
|
|
|
|
extensions are not supported:
|
2019-03-18 20:44:09 +01:00
|
|
|
|
2019-03-18 21:55:32 +01:00
|
|
|
- no `unix:` words
|
|
|
|
- no `gopher:` words
|
2019-03-14 21:43:27 +01:00
|
|
|
|
2019-03-18 21:55:32 +01:00
|
|
|
## Process
|
2019-03-14 21:43:27 +01:00
|
|
|
|
2019-03-18 21:55:32 +01:00
|
|
|
### Setup TCC
|
2019-03-14 21:43:27 +01:00
|
|
|
|
2019-03-18 21:55:32 +01:00
|
|
|
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
|
2019-03-14 21:43:27 +01:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|