mj Fri Apr 16 16:20:21 2004 EDT
Modified files: /phpdoc/howto howto.ent tools.xml Log: * Adding installation instructions for Mac OS X. http://cvs.php.net/diff.php/phpdoc/howto/howto.ent?r1=1.23&r2=1.24&ty=u Index: phpdoc/howto/howto.ent diff -u phpdoc/howto/howto.ent:1.23 phpdoc/howto/howto.ent:1.24 --- phpdoc/howto/howto.ent:1.23 Mon Feb 9 19:55:57 2004 +++ phpdoc/howto/howto.ent Fri Apr 16 16:20:20 2004 @@ -52,6 +52,7 @@ <!ENTITY url.docbookmirror2 "http://public.planetmirror.com/pub/sourceware/docbook-tools/docware/SRPMS/"> <!ENTITY url.win.cygwin "http://www.cygwin.com/"> <!ENTITY url.openjade "http://openjade.sourceforge.net/"> +<!ENTITY url.macosx.fink "http://fink.sourceforge.net/"> <!-- For CVS section --> <!ENTITY url.cvs "http://www.cvshome.org/"> http://cvs.php.net/diff.php/phpdoc/howto/tools.xml?r1=1.18&r2=1.19&ty=u Index: phpdoc/howto/tools.xml diff -u phpdoc/howto/tools.xml:1.18 phpdoc/howto/tools.xml:1.19 --- phpdoc/howto/tools.xml:1.18 Wed Dec 24 14:52:41 2003 +++ phpdoc/howto/tools.xml Fri Apr 16 16:20:20 2004 @@ -394,6 +394,24 @@ </sect2> </sect1> + + <sect1 id="tools-on-macosx"> + <title>Tools on Mac OS X</title> + + <para> + Users of Mac OS X can install the necessary tools using + <ulink url="&url.macosx.fink;">Fink</ulink>. After Fink is + installed, the tools can be set up using the following commands: + <informalexample> + <programlisting> +apt-get openjade +apt-get libxml +apt-get xsltproc + </programlisting> + </informalexample> + </para> + + </sect1> <sect1 id="tools-for-xsl"> <title>Tools for XSL Stylesheets</title>