|
1 |
| -<!-- $Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.18 2000/09/17 20:35:27 petere Exp $ --> |
| 1 | +<!-- $Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.19 2000/09/25 22:52:49 petere Exp $ --> |
2 | 2 |
|
3 | 3 | <chapter id="installation">
|
4 | 4 | <title><![%flattext-install-include[<productname>PostgreSQL</> ]]>Installation Instructions</title>
|
@@ -515,19 +515,20 @@ su - postgres
|
515 | 515 | <term>--with-tcl</term>
|
516 | 516 | <listitem>
|
517 | 517 | <para>
|
518 |
| - Builds components that require Tcl, which are libpgtcl, |
519 |
| - pgtclsh, and PL/Tcl. |
| 518 | + Builds components that require Tcl/Tk, which are libpgtcl, |
| 519 | + pgtclsh, pgtksh, pgaccess, and PL/Tcl. But see below about |
| 520 | + <option>--without-tk</>. |
520 | 521 | </para>
|
521 | 522 | </listitem>
|
522 | 523 | </varlistentry>
|
523 | 524 |
|
524 | 525 | <varlistentry>
|
525 |
| - <term>--with-x</term> |
| 526 | + <term>--without-tk</term> |
526 | 527 | <listitem>
|
527 | 528 | <para>
|
528 |
| -Use the X Window System.If youspecified--with-tcl then this |
529 |
| -will enable the build of modules requiring Tcl/Tk, that is, |
530 |
| -pgtksh and pgaccess. |
| 529 | + If youspecify <option>--with-tcl</> and this option, then |
| 530 | +programs that require <productname>Tk</> (i.e., pgtksh and pgaccess) |
| 531 | +will be excluded. |
531 | 532 | </para>
|
532 | 533 | </listitem>
|
533 | 534 | </varlistentry>
|
|