php-doc-en/reference/xslt/configure.xml
Hannes Magnusson c030e2adf7 Upgrade to DocBook5:
- All id attributes are now xml:id
 - Add docbook namespace to all root elements
 - Replace <ulink /> with <link xlink:href />
 - Minor markup fixes here and there


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@238160 c90b9560-bf6c-de11-be94-00142212c4b1
2007-06-20 22:25:43 +00:00

72 lines
2.2 KiB
XML

<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.9 $ -->
<section xml:id="xslt.installation" xmlns="http://docbook.org/ns/docbook">
&reftitle.install;
<para>
On Unix, run <command>configure</command> with the
<option role="configure">--enable-xslt</option>
<option role="configure">--with-xslt-sablot</option>
options. The <productname>Sablotron</productname>
library should be installed somewhere your compiler can find it.
</para>
<para>
Make sure you have the same libraries linked to the
<productname>Sablotron</productname> library as those, which are linked
with PHP. The configuration options:
<option role="configure">--with-expat-dir=DIR</option>
<option role="configure">--with-iconv-dir=DIR</option>
are there to help you specify them. When asking for support, always
mention these directives, and whether there are other versions of those
libraries installed on your system somewhere. Naturally, provide all the
version numbers.
</para>
<caution>
<para>
Be sure your Sablot library is linked to <literal>-lstdc++</literal> as
otherwise your configure will fail, or PHP will fail to run or load.
</para>
</caution>
<note>
<title>JavaScript E-XSLT support</title>
<simpara>
If you compiled <productname>Sablotron</productname> with JavaScript
support, you must specify the option:
<option role="configure">--with-sablot-js=DIR</option>.
</simpara>
</note>
<note>
<title>Note to Win32 Users</title>
<para>
&ext.windows.path.dll;
<filename>sablot.dll</filename>,
<filename>expat.dll</filename>, and
<filename>iconv.dll</filename>
</para>
<para>
For PHP &lt;= 4.2.0, the file <filename>iconv.dll</filename> is
not required.
</para>
</note>
</section>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->