User Tools

Site Tools


notes:unix:fall2024:projects:fwg0

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:unix:fall2024:projects:fwg0 [2024/10/30 19:15] – [build] bdildinenotes:unix:fall2024:projects:fwg0 [2024/10/31 04:00] (current) – [Useful Links] idavis1
Line 12: Line 12:
 A list of tutorial projects are here: [[https://github.com/vircon32/ConsoleSoftware/tree/main/Tutorials/RobotGame|github.com/vircon32/ConsoleSoftware/tree/main/Tutorials/RobotGame]] A list of tutorial projects are here: [[https://github.com/vircon32/ConsoleSoftware/tree/main/Tutorials/RobotGame|github.com/vircon32/ConsoleSoftware/tree/main/Tutorials/RobotGame]]
   * This project uses Tutorial01A-HelloWorld as a starting point for you to modify and learn from   * This project uses Tutorial01A-HelloWorld as a starting point for you to modify and learn from
 +
 +https://www.vircon32.com/api.html This is a good website to visit to make sure you are editing your personal message correctly for your game. Using the most standard C syntax will get you what you want.
 =====configure===== =====configure=====
  
Line 21: Line 23:
 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.  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===== =====updated PATH=====
 +
 +To be able to compile the code, you will have to specify the path of the Vircon32 emulator/devtools. 
 +
 +   -By using the command export PATH="/usr/local/Vircon32/DevTools:/usr/local/Vircon32/Emulator:${PATH}"
 +   -You can use ":" to separate multiple paths.
 +
 +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 ~/.bashrc 
 +   -after editing you will then run source ~/.bashrc to update it 
 +   
  
 =====modify hello.c===== =====modify hello.c=====
notes/unix/fall2024/projects/fwg0.1730315712.txt.gz · Last modified: 2024/10/30 19:15 by bdildine