We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ec3ae6e + cdbada7 commit f55cb04Copy full SHA for f55cb04
Makefile
@@ -241,11 +241,16 @@ all::
241
# apostrophes to be ASCII so that cut&pasting examples to the shell
242
# will work.
243
#
244
+# Define PERL_PATH to the path of your Perl binary (usually /usr/bin/perl).
245
+#
246
# Define NO_PERL_MAKEMAKER if you cannot use Makefiles generated by perl's
247
# MakeMaker (e.g. using ActiveState under Cygwin).
248
249
# Define NO_PERL if you do not want Perl scripts or libraries at all.
250
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
254
# Define NO_PYTHON if you do not want Python scripts or libraries at all.
255
256
# Define NO_TCLTK if you do not want Tcl/Tk GUI.
0 commit comments