document configure --without-tk

This commit is contained in:
Peter Eisentraut 2000-09-25 22:52:49 +00:00
parent c0cba9efe7
commit a279ced884

View File

@ -1,4 +1,4 @@
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.18 2000/09/17 20:35:27 petere Exp $ --> <!-- $Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.19 2000/09/25 22:52:49 petere Exp $ -->
<chapter id="installation"> <chapter id="installation">
<title><![%flattext-install-include[<productname>PostgreSQL</> ]]>Installation Instructions</title> <title><![%flattext-install-include[<productname>PostgreSQL</> ]]>Installation Instructions</title>
@ -515,19 +515,20 @@ su - postgres
<term>--with-tcl</term> <term>--with-tcl</term>
<listitem> <listitem>
<para> <para>
Builds components that require Tcl, which are libpgtcl, Builds components that require Tcl/Tk, which are libpgtcl,
pgtclsh, and PL/Tcl. pgtclsh, pgtksh, pgaccess, and PL/Tcl. But see below about
<option>--without-tk</>.
</para> </para>
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
<term>--with-x</term> <term>--without-tk</term>
<listitem> <listitem>
<para> <para>
Use the X Window System. If you specified --with-tcl then this If you specify <option>--with-tcl</> and this option, then
will enable the build of modules requiring Tcl/Tk, that is, programs that require <productname>Tk</> (i.e., pgtksh and pgaccess)
pgtksh and pgaccess. will be excluded.
</para> </para>
</listitem> </listitem>
</varlistentry> </varlistentry>