View Single Post
  #3  
Old 07-20-2019, 07:50 AM
Huppy's Avatar
Huppy
Demi-God
 
Join Date: Oct 2010
Posts: 1,333
Default

Quote:
Originally Posted by phantomghost View Post
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
Thanks phantom, that solves the update issue. I didn't have to do each subfolder seperately, all worked from root submodule folder, BUT, still getting that same compile error, it's not buidling any of the binaries at all. Not sure what's wrong yet, the whole source folder is clean, with no edits and everything there. The source I have before the submodules compiles fine. Still troubleshooting ......
__________________
Hanging out at Antonica.World
Reply With Quote