retroforth/book/Advanced-Builds
crc da67e34f43 book: some brief notes on the tools, building custom image
FossilOrigin-Name: 83d9ac7ce802062c18a9f46d9cef44d2051b8503af8c5c1b60078407a78b11d3
2019-03-18 20:24:55 +00:00

20 lines
547 B
Text

# Advanced Builds
For users of BSD, Linux, macOS, you can customize the image at
build time.
In the top level directory is a `packages` directory containing
a file named `list`. You can add files to compile into your
system by adding them to the `list` and rebuilding.
Example:
If you have wanted to include the NumbersWithoutPrefixes.forth
example, add:
~~~
'example/NumbersWithoutPrefixes.forth include
~~~
To the start of the `list` file and then run `make` again. The
newly built `bin/retro` will now include your additions.