2019-03-15 13:06:56 +01:00
|
|
|
# Building RETRO on Linux
|
2019-03-14 21:43:27 +01:00
|
|
|
|
2019-03-19 21:52:19 +01:00
|
|
|
Building on Linux is pretty easy. You'll need to make sure
|
|
|
|
you have a C compiler, headers, and make.
|
|
|
|
|
2019-03-14 21:43:27 +01:00
|
|
|
## Requirements
|
|
|
|
|
|
|
|
- c compiler (tested: clang, tcc, gcc)
|
2019-03-19 21:52:19 +01:00
|
|
|
- development headers
|
2019-03-14 21:43:27 +01:00
|
|
|
- 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
|
2019-03-19 21:52:19 +01:00
|
|
|
retro-describe
|