[PATCH v2] INSTALL: Update section on external dependencies

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Johan Herland
Date: Wednesday, October 3, 2007 - 1:27 am

Includes:
- Mention dependency on "core" utilities, including coreutils, sed, cut, grep
- Mention dependency on cpio
- Fix up some whitespace and linebreaking issues

Signed-off-by: Johan Herland <johan@herland.net>
---

On Wednesday 03 October 2007, Miklos Vajna wrote:

Ok, here's a more complete patch.

...Johan


 INSTALL |   18 +++++++++++-------
 1 files changed, 11 insertions(+), 7 deletions(-)

diff --git a/INSTALL b/INSTALL
index 289b046..244470f 100644
--- a/INSTALL
+++ b/INSTALL
@@ -54,6 +54,8 @@ Issues of note:
  - Git is reasonably self-sufficient, but does depend on a few external
    programs and libraries:
 
+	- Common "core" utilities including coreutils, sed, cut, and grep.
+
 	- "zlib", the compression library. Git won't build without it.
 
 	- "openssl".  Unless you specify otherwise, you'll get the SHA1
@@ -63,22 +65,24 @@ Issues of note:
 	  that come with git (git includes the one from Mozilla, and has
 	  its own PowerPC and ARM optimized ones too - see the Makefile).
 
-	- "libcurl" and "curl" executable.  git-http-fetch and
-	  git-fetch use them.  If you do not use http
-	  transfer, you are probably OK if you do not have
-	  them.
+	- "libcurl" and "curl" executable.  git-http-fetch and git-fetch
+	  use them.  If you do not use http transfer, you are probably OK
+	  if you do not have them.
 
 	- expat library; git-http-push uses it for remote lock
 	  management over DAV.  Similar to "curl" above, this is optional.
 
-        - "wish", the Tcl/Tk windowing shell is used in gitk to show the
-          history graphically, and in git-gui.
+	- "wish", the Tcl/Tk windowing shell is used in gitk to show the
+	  history graphically, and in git-gui.
 
-	- "ssh" is used to push and pull over the net
+	- "ssh" is used to push and pull over the net.
 
 	- "perl" and POSIX-compliant shells are needed to use most of
 	  the barebone Porcelainish scripts.
 
+	- "cpio" is used by git-merge for saving and restoring the index,
+	  and by git-clone when doing a local (possibly hardlinked) clone.
+
  - Some platform specific issues are dealt with Makefile rules,
    but depending on your specific installation, you may not
    have all the libraries/tools needed, or you may have
-- 
1.5.3.3.1144.gf10f2

-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
git clone questions relating to cpio, Reece Dunn, (Mon Oct 1, 12:28 pm)
Re: git clone questions relating to cpio, Johan Herland, (Mon Oct 1, 2:42 pm)
Re: git clone questions relating to cpio, Johannes Schindelin, (Mon Oct 1, 4:23 pm)
Re: git clone questions relating to cpio, Junio C Hamano, (Mon Oct 1, 4:32 pm)
Re: git clone questions relating to cpio, Johannes Sixt, (Mon Oct 1, 11:11 pm)
Re: git clone questions relating to cpio, Junio C Hamano, (Mon Oct 1, 11:23 pm)
Re: git clone questions relating to cpio, Reece Dunn, (Tue Oct 2, 2:09 pm)
[PATCH] Mention 'cpio' dependency in INSTALL, Johan Herland, (Tue Oct 2, 4:42 pm)
Re: [PATCH] Mention 'cpio' dependency in INSTALL, Junio C Hamano, (Tue Oct 2, 5:14 pm)
Re: [PATCH] Mention 'cpio' dependency in INSTALL, Chris Larson, (Tue Oct 2, 11:09 pm)
Re: [PATCH] Mention 'cpio' dependency in INSTALL, Miklos Vajna, (Wed Oct 3, 12:40 am)
[PATCH v2] INSTALL: Update section on external dependencies, Johan Herland, (Wed Oct 3, 1:27 am)
Re: [PATCH v2] INSTALL: Update section on external depende ..., Johannes Schindelin, (Wed Oct 3, 8:56 am)