User Tools

Site Tools


notes:data:fall2023:projects:btt0

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
notes:data:fall2023:projects:btt0 [2023/08/28 02:21] – [Prepare and build (for system/OS)] mfee1notes:data:fall2023:projects:btt0 [2023/08/30 21:11] (current) – [Extract files, read instructions, install needed dependencies] jhimmel2
Line 36: Line 36:
 You'll likely be given a bunch of packages when running this command, look for the ones that resemble lib[package]-dev. Install it using the command format given above. You are (or will be) a developer in this class, you'll need these packages installed moving forward. When you test out command #3 from the Readme again, you'll know it worked if you don't get the error for that specific dependency. You'll likely be given a bunch of packages when running this command, look for the ones that resemble lib[package]-dev. Install it using the command format given above. You are (or will be) a developer in this class, you'll need these packages installed moving forward. When you test out command #3 from the Readme again, you'll know it worked if you don't get the error for that specific dependency.
  
 +When searching for libraries, you may get the following error:
  
 +E: Unable to locate package
 +
 +In this case first check your spelling and make sure it is correct.  If the issue persists, try running with the command sudo apt update to make the current system is up to date.  
 ====Prepare and build (for system/OS)==== ====Prepare and build (for system/OS)====
 Replicate section per system/OS you are building for Replicate section per system/OS you are building for
Line 53: Line 57:
  
 <code bash> <code bash>
- /opt/Vircon32/Emulator:/usr/loacl/Devtools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin+ /opt/Vircon32/Emulator:/usr/local/Devtools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
 </code> </code>
  
Line 81: Line 85:
  
 Its finally time to compile your first vircon32 game, to do this do ./make.sh and if no errors occur it should print out build successful. Its finally time to compile your first vircon32 game, to do this do ./make.sh and if no errors occur it should print out build successful.
 +  
 +There should now be a .v32 file in the bin directory.  Load this into the emulator to run the program. The emulator is in the opt/Vircon32/Emulator file. Cartridges may take time to load.
 +
 +After that you will want to make a file similar to hello.c,hello.xml, and make.sh . The file that you are going to submit is going to be a modified version of hello.c . So text on a page, but the amount,size,color,etc is up to you but the changes have to be significant.
notes/data/fall2023/projects/btt0.1693189281.txt.gz · Last modified: 2023/08/28 02:21 by mfee1