This document provides information about building Ring from source code, including building the Ring compiler/VM, extensions like RingODBC and RingMySQL, and generating source code for RingAllegro.
The key steps outlined are:
1. Cloning the Ring source code repository from GitHub.
2. Building the Ring compiler/VM by running build scripts in the src directory.
3. Building Ring extensions like RingODBC, RingMySQL, and RingSQLite by running build scripts in their respective directories under extensions.
4. Generating RingAllegro source code and building it by running scripts in the RingAllegro directory.
Additional details are provided on building for Windows using batch