|
1 |
| -<!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.286 2007/03/13 16:03:36 mha Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.287 2007/04/21 15:30:28 adunstan Exp $ --> |
2 | 2 |
|
3 | 3 | <chapter id="installation">
|
4 | 4 | <title><![%standalone-include[<productname>PostgreSQL</>]]>
|
@@ -933,6 +933,17 @@ su - postgres
|
933 | 933 | </listitem>
|
934 | 934 | </varlistentry>
|
935 | 935 |
|
| 936 | + <varlistentry> |
| 937 | + <term><option>--with-libxslt</option></term> |
| 938 | + <listitem> |
| 939 | + <para> |
| 940 | + Build with libxslt. The <filename>contrib/xml2</> module |
| 941 | + relies on this library to perform Stylesheet transformations of |
| 942 | + XML. |
| 943 | + </para> |
| 944 | + </listitem> |
| 945 | + </varlistentry> |
| 946 | + |
936 | 947 | <varlistentry>
|
937 | 948 | <term><option>--enable-integer-datetimes</option></term>
|
938 | 949 | <listitem>
|
|