In order to make sure that libraries are downloaded correctly, clone this repository with the following command:
$ git clone --recurse-submodules https://github.com/ProfAvery/cpsc223c.git
If you already have a local clone of the repository but your library directories are empty, try:
$ git pull
$ git submodule init
$ git submodule update