Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
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

[Image: visualstudioy.jpg]
Find all posts by this user
Quote this message in a reply
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.
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump: