  __   ___ ____   __    __ 
 /__) (_    /    /__)  /  )
/ (   /__  (    / (   (__/ 

Welcome to RETRO 10, a small, lightweight dialect
of Forth.

In this package is the full source code for RETRO,
the modules, Ngaro (the virtual machine) and Toka,
the tool used to build the initial RETRO image.

For some documentation, check online at
http://retroforth.org


Requirements:

  * bash
  * gcc
  * make

Optional:

  * libsdl (both runtime and development libraries + headers)

    This is needed for the full Ngaro runtime. If you do not have
    it, only the text-only Ngaro runtime will be built.


Quick Start:

1) Build everything
 
   ./build

2) Test your image

   cd bin
   ./ngaro forth.image
