Git development
 help / color / mirror / Atom feed
* [PATCH 11/11] Add gitignore and ReadMe file for MSVC Build
@ 2009-08-17 16:09 Frank Li
  2009-08-17 17:16 ` Johannes Schindelin
  0 siblings, 1 reply; 2+ messages in thread
From: Frank Li @ 2009-08-17 16:09 UTC (permalink / raw)
  To: git, msysgit; +Cc: Johannes.Schindelin, Frank Li

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@gmail.com>
---
 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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH 11/11] Add gitignore and ReadMe file for MSVC Build
  2009-08-17 16:09 [PATCH 11/11] Add gitignore and ReadMe file for MSVC Build Frank Li
@ 2009-08-17 17:16 ` Johannes Schindelin
  0 siblings, 0 replies; 2+ messages in thread
From: Johannes Schindelin @ 2009-08-17 17:16 UTC (permalink / raw)
  To: Frank Li; +Cc: git, msysgit

Hi,

On Tue, 18 Aug 2009, Frank Li wrote:

> 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@gmail.com>

Please use the plural form "files" where appropriate.

> 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.

How, if you do not have Git?

> +2. Get Submodule
> +  
> +   git submodule update

This is missing '--init'.

Ciao,
Dscho

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-08-17 17:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-17 16:09 [PATCH 11/11] Add gitignore and ReadMe file for MSVC Build Frank Li
2009-08-17 17:16 ` Johannes Schindelin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox