retroforth/book/Building-Linux
crc b361b557d7 fix a path name issue in the Linux Makefile, remove a period from the text instructions on building under Linux
FossilOrigin-Name: 0d54214d2374369fae6b508b0ec4806c34d518e25ff7abf8c566c166db2737b2
2019-03-20 16:45:44 +00:00

32 lines
472 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