View Single Post
  #2  
Old 07-20-2019, 07:23 AM
phantomghost
Hill Giant
 
Join Date: May 2015
Posts: 126
Default

You have to use git bash in the submodule directory. Off the top of my head I cannot remember but I think I did update on each folder (cereal, fmt, glm etc.) but not 100% positive.

Code:
git submodule init
and

Code:
git submodule update
- To update dependencies (Required for compiling)
- git submodule init
- git submodule update
- Libraries now in submodules
- [glm] https://github.com/g-truc/glm.git
- [flm] https://github.com/fmtlib/fmt.git
- [libuv] https://github.com/libuv/libuv.git
- [cereal] https://github.com/USCiLab/cereal.git
- [websocketpp] https://github.com/zaphoyd/websocketpp.git
- [recastnavigation] https://github.com/EQEmu/recastnavigation.git
Reply With Quote