2af9f76e5e
FossilOrigin-Name: 0629a8313d079a075c867170be8c4884aeb2b8938ec3e437978af3ce2b67212c
16 lines
378 B
Markdown
16 lines
378 B
Markdown
# Building RETRO
|
|
|
|
Requirements:
|
|
|
|
- a generic shell in `/bin/sh`
|
|
- standard unix tools (cp, rm, mv, cd)
|
|
- a c compiler (as `cc`)
|
|
- a standard libc and libm
|
|
- a unix-style host
|
|
|
|
You can either use `make` or just run `./build.sh` directly.
|
|
|
|
RETRO is known to build out of the box on FreeBSD, macOS, and
|
|
Linux. It'll also build fine under Cygwin if you are using a
|
|
Windows system.
|
|
|