We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b577743 commit 4c8d654Copy full SHA for 4c8d654
doc/src/sgml/docguide.sgml
@@ -209,9 +209,13 @@ brew install docbook docbook-xsl libxslt fop
209
210
<para>
211
The Homebrew-supplied programs require the following environment variable
212
- to be set:
+ to be set. For Intel based machines, use this:
213
<programlisting>
214
export XML_CATALOG_FILES=/usr/local/etc/xml/catalog
215
+</programlisting>
216
+ On Apple M1 based machines, use this:
217
+<programlisting>
218
+export XML_CATALOG_FILES=/opt/homebrew/etc/xml/catalog
219
</programlisting>
220
Without it, <command>xsltproc</command> will throw errors like this:
221
0 commit comments