vs - git - get&compile

Costas

Administrator
Staff member
author - kao

Tested on Visual Studio x86 Command Prompt (tested on VS2010, VS2012, VS2013 and VS2015):

JavaScript:
git clone https://github.com/saneki/x.git .
git submodule update --init
msbuild x.sln


-First command gets the source for x.
-Second command gets the correct version of any submodule source.
-Third command compiles it all. So, don't be lazy and compile it yourself.


#git
 
Top