You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It was slightly difficult to track down all of the packages needed to get make to run on the starter code in the week 2 (hw1, everyone) homework.
Maybe this command or this list of packages could be included in the documentation? sudo apt install libsdl2-2.0 libsdl2-dev libsdl2-ttf-dev libsdl2-image-dev
(this was on Ubuntu 18)
The text was updated successfully, but these errors were encountered:
It was slightly difficult to track down all of the packages needed to get
make
to run on the starter code in the week 2 (hw1, everyone) homework.Maybe this command or this list of packages could be included in the documentation?
sudo apt install libsdl2-2.0 libsdl2-dev libsdl2-ttf-dev libsdl2-image-dev
(this was on Ubuntu 18)
The text was updated successfully, but these errors were encountered: