ea11871f3b
FossilOrigin-Name: d9fdb9041d22c8587afdc7e70aa1f85d85d66faa2c425ddb4b420b935a75037e
28 lines
427 B
Text
28 lines
427 B
Text
# Building RETRO on BSD
|
|
|
|
RETRO is well supported on BSD (FreeBSD, NetBSD, OpenBSD)
|
|
systems. It should build on a base install of any of these
|
|
without issue.
|
|
|
|
## Requirements
|
|
|
|
- c compiler
|
|
- make
|
|
|
|
## 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
|
|
retro-describe
|