Skip to content

Commit f55cb04

Browse files
committed
Merge branch 'jc/makefile-perl-python-path-doc'
* 'jc/makefile-perl-python-path-doc': Makefile: add description on PERL/PYTHON_PATH
2 parents ec3ae6e + cdbada7 commit f55cb04

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,11 +241,16 @@ all::
241241
# apostrophes to be ASCII so that cut&pasting examples to the shell
242242
# will work.
243243
#
244+
# Define PERL_PATH to the path of your Perl binary (usually /usr/bin/perl).
245+
#
244246
# Define NO_PERL_MAKEMAKER if you cannot use Makefiles generated by perl's
245247
# MakeMaker (e.g. using ActiveState under Cygwin).
246248
#
247249
# Define NO_PERL if you do not want Perl scripts or libraries at all.
248250
#
251+
# Define PYTHON_PATH to the path of your Python binary (often /usr/bin/python
252+
# but /usr/bin/python2.7 on some platforms).
253+
#
249254
# Define NO_PYTHON if you do not want Python scripts or libraries at all.
250255
#
251256
# Define NO_TCLTK if you do not want Tcl/Tk GUI.

0 commit comments

Comments
 (0)