Posts vs - git - get&compile
Post
Cancel

vs - git - get&compile

author - kao

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

1
2
3
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

origin - http://www.pipiscrew.com/?p=3318 vs-git-getcompile

This post is licensed under CC BY 4.0 by the author.
Contents

Trending Tags