This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
notes:unix:fall2024:projects:fwg0 [2024/10/22 14:54] – created - external edit 127.0.0.1 | notes:unix:fall2024:projects:fwg0 [2024/10/31 04:00] (current) – [Useful Links] idavis1 | ||
---|---|---|---|
Line 2: | Line 2: | ||
=====Useful Links===== | =====Useful Links===== | ||
+ | The main Vircon32 site is at [[https:// | ||
+ | The list of releases can be found here: [[https:// | ||
+ | * You will want to download the most recent emulator source code file, either '' | ||
+ | |||
+ | The list of c header files for Vircon32 is here: [[https:// | ||
+ | * This includes important information about files you need for this project, specifically video.h | ||
+ | |||
+ | A list of tutorial projects are here: [[https:// | ||
+ | * This project uses Tutorial01A-HelloWorld as a starting point for you to modify and learn from | ||
+ | |||
+ | https:// | ||
=====configure===== | =====configure===== | ||
=====build===== | =====build===== | ||
+ | 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 | ||
=====install===== | =====install===== | ||
+ | For installing the software on your local machine you will need to run the command `cmake -G 'Unix Makefiles' | ||
=====updated PATH===== | =====updated PATH===== | ||
+ | |||
+ | To be able to compile the code, you will have to specify the path of the Vircon32 emulator/ | ||
+ | |||
+ | -By using the command export PATH="/ | ||
+ | -You can use ":" | ||
+ | |||
+ | It will also be efficient to add the command to your bashrc file so you won't have to type it every time. | ||
+ | |||
+ | -You can edit your bashrc file with the command nano ~/ | ||
+ | | ||
+ | |||
=====modify hello.c===== | =====modify hello.c===== |