This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
notes:unix:fall2024:projects:fwg0 [2024/10/30 19:14] – [build] bdildine | notes: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:// | A list of tutorial projects are here: [[https:// | ||
* 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:// | ||
=====configure===== | =====configure===== | ||
=====build===== | =====build===== | ||
Within the source code file there is a Readme.md file that has instructions on how to build from source | 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 | 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' | 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===== |