Always use the command line git to install as shown below, or it will not work:
git clone --recurse-submodules {URL}
Odds are, if you are reading this because you cloned through the GUI, so use the command below while in the repo to fix:
git submodule update --init --recursive
Also note the sub-repository SyncedLibraries. The README should explain the basics.