Week 3 Class 5 Tue Jan 28 Posted: Jan 28
After Class
Announcements
Engineering, Engineering Technology, and Computing Spring 2025 Career Fair
Career Fair Registration
Registration will close on January 31, 2025, at 11:55 pm
Date: Tuesday, February 11, 2025
Time: 10:00 am - 2:00 pm – NOTE THE NEW END TIME (come and go between classes)
Location: Jean Hower Taber Student Union Ballroom & 3rd Floor
We are sold out for our Career Fair once again!
The fair is for students interested in co-op, internship, and full-time placements.
Career Fair & Interviewing Workshop
Date: Tuesday, January 28, 2025, from 1 – 2:30 pm
Resume Review Open House Three Sessions Offered:
Date: Thursday, January 30. 2025
CMake Presets - srcFacts on macOS
On macOS, the libarchive library, libarchive.dylib, is already installed. You just need the proper include files.
I added an (optional) pull request to the repos. If you accept this pull request in GitHub, and do a git pull
in your cloned repositories, it will add a preset for macOS that will correctly set up the include files for libarchive. This does not use the libarchive from brew, but the version already installed on your machine.
To use this, in your build directory, use cmake with the macos
preset:
We will have more presets as the semester goes on, for all platforms. So, be sure to start using this on macOS. To see what presets are available:
Also, if you do not see a pull request, then you may have created your repository (using the GitHub Classroom Invitation Link) after I added the pull request. In that case, you already have the preset. Try it and see (if on macOS).
Agenda
With a few exceptions, the use of proper Git Commit messages is not a part of the grade for Project 1. However, you should try to follow the rules:
Exercise 15: Rainfall IV
Continuing on using the workflow from Rainfall I
As before, you can follow along and see the commits that I make in class:
Unless otherwise noted, exercises are due by 4:30 pm on Wed Jan 29