Skip to content
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

Another fix for building on MacOSX #52

Merged
merged 5 commits into from Apr 12, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
12 changes: 7 additions & 5 deletions README.md
Expand Up @@ -51,18 +51,20 @@ make
1. Install [MacTex](http://www.tug.org/mactex/). Note that you would need to _full_ MacTex rather than just BasicTex.
1. Add `/Library/TeX/texbin` to your `PATH`.
1. `easy_install dblatex`
1. Install asciidoc
1. Install source-highlight
1. Install wget
1. Install [asciidoc](http://asciidoc.org/INSTALL.html)
1. Install [shaape](https://github.com/christiangoltz/shaape)
1. Install [source-highlight](https://www.gnu.org/software/src-highlite/)
1. Install [wget](https://www.gnu.org/software/wget/)
1. `make`

## Mac OSX (using brew)
### Mac OSX (using brew)

1. `brew install Caskroom/cask/mactex`
1. Add `/Library/TeX/texbin` to your `PATH`.
1. `sudo easy_install dblatex`
1. `brew install asciidoc`
1. `brew install pygtk py2cairo pango`
1. `pip install shaape`
1. `brew install source-highlight`
1. `brew install wget`
1. `make`