This is an old revision of the document!
For the instructions and access to files you can go to: https://github.com/vircon32/ComputerSoftware/tree/emulator-v23.6.4
For the initial files you can go here: https://github.com/vircon32/ComputerSoftware/releases/tag/emulator-v23.6.4
For help and resources to help you can go to the vircon32 website: http://www.vircon32.com/
For basic Tutorials go to: https://github.com/vircon32/ConsoleSoftware/tree/main/Tutorials/RobotGame/Tutorial01A-HelloWorld
To compile you would run the do “./” to the “Make.sh” file that you should have copied from git.
To start assembling your c code, you must use the assemble executable file to turn the c code into machine readable code.
How to search for the contents of a library. https://discord.com/channels/738748325217697856/738749179001700372/1163858436358930574
Do “aptitude search <library>”
When looking at the potential packages for 'SDL2_image' I see a 'libsdl2-image-2.0-0' and a 'libsdl2-image-dev' but no 'SDL2_image' (with a underscore) . Should it be fine to use the 'libsdl2-image-2.0-0' even though it doesn't match exactly?
The names of different packages can vary between different distributions so you have to go off what it says it provides.