aboutsummaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2007-07-16 23:59:54 -0700
committerJunio C Hamano <gitster@pobox.com>2007-07-17 01:33:04 -0700
commit726f9bced9717fb8b3c1e91228be1cdce514a98e (patch)
tree0ee61fa78b5946cb6232c8f6bf0c3e2a9b3025a7 /INSTALL
parent33b1f3d54406dce2cc9cbed35993e55829a94626 (diff)
downloadgit-726f9bced9717fb8b3c1e91228be1cdce514a98e.tar.gz
git-726f9bced9717fb8b3c1e91228be1cdce514a98e.tar.xz
Update INSTALL
We haven't used bignum in rev-list from openssl nor elsewhere for a long time. Also git-gui is now part of git.git itself, and depends on wish. Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL7
1 files changed, 3 insertions, 4 deletions
diff --git a/INSTALL b/INSTALL
index 63ba1480a..79e71b692 100644
--- a/INSTALL
+++ b/INSTALL
@@ -56,9 +56,8 @@ Issues of note:
- "zlib", the compression library. Git won't build without it.
- - "openssl". The git-rev-list program uses bignum support from
- openssl, and unless you specify otherwise, you'll also get the
- SHA1 library from here.
+ - "openssl". Unless you specify otherwise, you'll get the SHA1
+ library from here.
If you don't have openssl, you can use one of the SHA1 libraries
that come with git (git includes the one from Mozilla, and has
@@ -73,7 +72,7 @@ Issues of note:
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
+ history graphically, and in git-gui.
- "ssh" is used to push and pull over the net