need help for compil old git code
|
05-12-2013, 06:37 PM
(This post was last modified: 05-12-2013 06:53 PM by Jeid3.)
Post: #1
|
|||
|
|||
need help for compil old git code
well I'll try to explain my problem.
I get no problem to compile a build for windows taking the last code on Github but for an older code on visual studio I have "native" and another error that prevented to create the build. I think it comes from the git submodule but how does it work? I'm looking on the net but I find nothing. thx for help me |
|||
05-12-2013, 11:36 PM
Post: #2
|
|||
|
|||
RE: need help for compil old git code
Whenever you clone or pull a git repository, you should also run this command "git submodule update --init --recursive" in a shell. It clones the other repositories and checkout the code at the proper location.
|
|||
« Next Oldest | Next Newest »
|