This is an old revision of the document!
The main Virocon32 site is vircon32.com
The list of Releases can be found on the Vircon32 GitHub repository here: https://github.com/vircon32/ComputerSoftware/releases
The aforementioned archive files contain a README detailing the build process.
All of the following steps can be simplified by using the Make.sh that is already made for us. It's worth looking within the file to see how it operates. To use this file you can type
bash Make.sh
The .sh represents that it is a shell script file.
Text can be displayed with the set_drawing_point() and print() methods
set_drawing_point(0, 0); print("Hello World");
The print() method draws text using the drawing point as the uppermost left part of the text