d3c0867a5a
FossilOrigin-Name: f7be17407c77e34eba0af403e17ebe32d1387a5581989399bebd491241caf5a0
40 lines
657 B
Text
40 lines
657 B
Text
# Building RETRO on Linux
|
|
|
|
Building on Linux is pretty easy. You'll need to make sure
|
|
you have a C compiler, headers, and make.
|
|
|
|
## Requirements
|
|
|
|
- c compiler (tested: clang, tcc, gcc)
|
|
- development headers
|
|
- 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
|
|
|
|
## Troubleshooting
|
|
|
|
I've had issues building on Linux in the past. The GNU toolchain
|
|
can be quite problematic.
|
|
|
|
If the build fails please contact Charles with details and he
|
|
will work on finding a fix.
|