User Tools

Site Tools


notes:unix:fall2024:projects:fwg0

This is an old revision of the document!


FWG0

The main Vircon32 site is at vircon32.com

The list of releases can be found here: github.com/vircon32/ComputerSoftware/releases

  • You will want to download the most recent emulator source code file, either Source code (tar.gz) or Source code (zip) depending on your system

The list of c header files for Vircon32 is here: vircon32.com/api.html

  • This includes important information about files you need for this project, specifically video.h

A list of tutorial projects are here: github.com/vircon32/ConsoleSoftware/tree/main/Tutorials/RobotGame

  • This project uses Tutorial01A-HelloWorld as a starting point for you to modify and learn from

configure

build

Within the source code file there is a Readme.md file that has instructions on how to build from source <br> Make sure to download all recommended libraries before compiling

install

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.

updated PATH

modify hello.c

textures

regions

notes/unix/fall2024/projects/fwg0.1730315701.txt.gz · Last modified: 2024/10/30 19:15 by bdildine