diff options
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/install-windows.sgml | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/doc/src/sgml/install-windows.sgml b/doc/src/sgml/install-windows.sgml index 34eb42d8d0d..dff58c2f8ad 100644 --- a/doc/src/sgml/install-windows.sgml +++ b/doc/src/sgml/install-windows.sgml @@ -496,6 +496,40 @@ $ENV{PERL5LIB}=$ENV{PERL5LIB} . ';c:\IPC-Run-0.94\lib'; </varlistentry> </variablelist> </para> + + <para> + Some of the TAP tests depend on a set of external commands that would + optionally trigger tests related to them. Each one of those variables + can be set or unset in <filename>buildenv.pl</filename>: + <variablelist> + <varlistentry> + <term><varname>GZIP_PROGRAM</varname></term> + <listitem><para> + Path to a <application>gzip</application> command. The default is + <literal>gzip</literal>, that would be the command found in + <varname>PATH</varname>. + </para></listitem> + </varlistentry> + + <varlistentry> + <term><varname>LZ4</varname></term> + <listitem><para> + Path to a <application>lz4</application> command. The default is + <literal>lz4</literal>, that would be the command found in + <varname>PATH</varname>. + </para></listitem> + </varlistentry> + + <varlistentry> + <term><varname>TAR</varname></term> + <listitem><para> + Path to a <application>tar</application> command. The default is + <literal>tar</literal>, that would be the command found in + <varname>PATH</varname>. + </para></listitem> + </varlistentry> + </variablelist> + </para> </sect2> </sect1> |