Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit4c8d654

Browse files
doc: Fix XML_CATALOG_FILES env var for Apple M1 machines
Homebrew changed the prefix for Apple M1 based machines, so ouradvice for XML_CATALOG_FILES needs to mention both. More infoon the Homebrew change can be found at:Homebrew/brew#9177Author: Julien Rouhaud <julien.rouhaud@free.fr>Discussion:https://postgr.es/m/20230327082441.h7pa2vqiobbyo7rd@jrouhaud
1 parentb577743 commit4c8d654

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

‎doc/src/sgml/docguide.sgml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,9 +209,13 @@ brew install docbook docbook-xsl libxslt fop
209209

210210
<para>
211211
The Homebrew-supplied programs require the following environment variable
212-
to be set:
212+
to be set. For Intel based machines, use this:
213213
<programlisting>
214214
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
215219
</programlisting>
216220
Without it, <command>xsltproc</command> will throw errors like this:
217221
<programlisting>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp