Add ReadMe to user how to build git with MSVC. Add gitignore to filter out files created file by MSVC. Signed-off-by: Frank Li <lznuaa@xxxxxxxxx> --- compat/vcbuild/.gitignore | 3 +++ compat/vcbuild/ReadMe | 13 +++++++++++++ 2 files changed, 16 insertions(+), 0 deletions(-) create mode 100644 compat/vcbuild/.gitignore create mode 100644 compat/vcbuild/ReadMe diff --git a/compat/vcbuild/.gitignore b/compat/vcbuild/.gitignore new file mode 100644 index 0000000..7796990 --- /dev/null +++ b/compat/vcbuild/.gitignore @@ -0,0 +1,3 @@ +Debug +Release +*.user \ No newline at end of file diff --git a/compat/vcbuild/ReadMe b/compat/vcbuild/ReadMe new file mode 100644 index 0000000..47c089e --- /dev/null +++ b/compat/vcbuild/ReadMe @@ -0,0 +1,13 @@ +The Steps of Build Git with VS2008 + +1. Create VC Build Environment. + + git clone git://repo.or.cz/gitbuild.git + + gitbuild include VS solution file and library such as zlib. + +2. Get Submodule + + git submodule update + +3. Open gitbuild\gitbuild.sln with VS2008. Then press F7. \ No newline at end of file -- 1.6.4.msysgit.0 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html