ea11871f3b
FossilOrigin-Name: d9fdb9041d22c8587afdc7e70aa1f85d85d66faa2c425ddb4b420b935a75037e
27 lines
420 B
Text
27 lines
420 B
Text
# Building RETRO on macOS
|
|
|
|
To build on macOS, you will need the command line tools from
|
|
Xcode. Install these and you should be able to build and use
|
|
RETRO.
|
|
|
|
## Requirements
|
|
|
|
- command line tools from Xcode
|
|
|
|
## 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
|
|
|