Attached you'll find patch for the Documentation HOWTO that adds some
basic instructions for installing OpenJade and friends on MacOS X.
Those instructions have been posted on [EMAIL PROTECTED] a while
ago and I only put them into DocBook. (I don't own Apple hardware, so I
can't test them myself.)
Have fun.
--
- Martin Martin Jansen
http://martinjansen.com/
Index: tools.xml
===================================================================
RCS file: /repository/phpdoc/howto/tools.xml,v
retrieving revision 1.18
diff -u -r1.18 tools.xml
--- tools.xml 24 Dec 2003 19:52:41 -0000 1.18
+++ tools.xml 12 Apr 2004 13:34:40 -0000
@@ -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>