From: Junio C Hamano Date: Mon, 14 Jan 2013 06:48:07 +0000 (-0800) Subject: Makefile: add description on PERL/PYTHON_PATH X-Git-Tag: v1.8.2-rc0~95^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cdbada79f2e38068d87cfb5b12e58051ed9bb658;p=thirdparty%2Fgit.git Makefile: add description on PERL/PYTHON_PATH Signed-off-by: Junio C Hamano --- diff --git a/Makefile b/Makefile index 1b30d7bde3..1695075992 100644 --- a/Makefile +++ b/Makefile @@ -241,11 +241,16 @@ all:: # apostrophes to be ASCII so that cut&pasting examples to the shell # will work. # +# Define PERL_PATH to the path of your Perl binary (usually /usr/bin/perl). +# # Define NO_PERL_MAKEMAKER if you cannot use Makefiles generated by perl's # MakeMaker (e.g. using ActiveState under Cygwin). # # Define NO_PERL if you do not want Perl scripts or libraries at all. # +# Define PYTHON_PATH to the path of your Python binary (often /usr/bin/python +# but /usr/bin/python2.7 on some platforms). +# # Define NO_PYTHON if you do not want Python scripts or libraries at all. # # Define NO_TCLTK if you do not want Tcl/Tk GUI.