Skip to content

Commit 3cab359

Browse files
author
Junio C Hamano
committed
INSTALL: duplicate python requirements from Makefile
... and refer the reader to Makefile for other things that can be tweaked. Signed-off-by: Junio C Hamano <junkio@cox.net>
1 parent 631ba30 commit 3cab359

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

INSTALL

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,3 +75,15 @@ Issues of note:
7575
history graphically
7676

7777
- "ssh" is used to push and pull over the net
78+
79+
- "perl" and POSIX-compliant shells are needed to use most of
80+
the barebone Porcelainish scripts.
81+
82+
- "python" 2.3 or more recent; if you have 2.3, you may need
83+
to build with "make WITH_OWN_SUBPROCESS_PY=YesPlease".
84+
85+
- Some platform specific issues are dealt with Makefile rules,
86+
but depending on your specific installation, you may not
87+
have all the libraries/tools needed, or you may have
88+
necessary libraries at unusual locations. Please look at the
89+
top of the Makefile to see what can be adjusted for your needs.

0 commit comments

Comments
 (0)