Skip to content

Temporary "fix" for xmllint without linking system environment to homebrew #3

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,12 @@ Mac OS X

Zur Vorbereitung (mit [Homebrew](http://brew.sh/)):
* `brew install asciidoc xmlstarlet epubcheck`
* [xmllint fixen](https://groups.google.com/forum/#!topic/asciidoc/FC-eOwU8rYg):
* [xmllint fixen - nutzt dauerhaft das Homebrew Environment](https://groups.google.com/forum/#!topic/asciidoc/FC-eOwU8rYg):
* `sudo mkdir /etc/xml`
* `sudo ln -s /usr/local/etc/xml/catalog /etc/xml/catalog`
* [xmllint temporär fixen](https://groups.google.com/forum/#!topic/asciidoc/FC-eOwU8rYg):
* `export XML_CATALOG_FILES=/usr/local/etc/xml/catalog`


Bauen:
* `make` erstellt die HTML Version.
Expand Down