This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
notes:data:fall2023:projects:btt0 [2023/08/28 23:23] – [Creating your hello.c, hello.xml, and make.sh file] dwhite26 | notes: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. | ||
====Prepare and build (for system/ | ====Prepare and build (for system/ | ||
Replicate section per system/OS you are building for | Replicate section per system/OS you are building for |