db9a80911b
FossilOrigin-Name: 6f3f5279812a70a944fc4814348a2c735b387c00a8e5bb8448c5fa2d2fa5a9d3
25 lines
318 B
Text
25 lines
318 B
Text
# Building RETRO
|
|
|
|
## Requirements
|
|
|
|
- c compiler (tested: clang, tcc, gcc)
|
|
- make
|
|
- standard unix shell
|
|
|
|
## Process
|
|
|
|
Run `make`.
|
|
|
|
This will build the toolchain and then the main `retro`
|
|
executable.
|
|
|
|
## Executables
|
|
|
|
In the `bin/` directory:
|
|
|
|
retro
|
|
retro-unu
|
|
retro-muri
|
|
retro-extend
|
|
retro-embedimage
|
|
|