b494994c0d
FossilOrigin-Name: 5c29177067f662be4f4b39e57a0b0a547a582e18e9f0953a5a5032db54421371
28 lines
465 B
Text
28 lines
465 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 -f Makefile.linux`.
|
|
|
|
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
|