336520e40f
FossilOrigin-Name: f1ce1e84fc7ecb0f4ca9097f383c8c2cf945f3cac0d4efe70ef45cd945c99f26
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
|