This is an old revision of the document!
The main Vircon32 site is at vircon32.com
The list of releases can be found here: github.com/vircon32/ComputerSoftware/releases
Source code (tar.gz)
or Source code (zip)
depending on your systemThe list of c header files for Vircon32 is here: vircon32.com/api.html
A list of tutorial projects are here: github.com/vircon32/ConsoleSoftware/tree/main/Tutorials/RobotGame
Within the source code file there is a Readme.md file that has instructions on how to build from source
Make sure to download all recommended libraries before compiling
For installing the software on your local machine you will need to run the command `cmake -G 'Unix Makefiles' ..` after completing the necessary steps and gathering the proper tools to create your source code within usr/local/vircon32 path on your machine.
To be able to compile the code, you will have to specify the path of the Vircon32 emulator/devtools.
It will also be efficient to add the command to your bashrc file so you won't have to type it every time.