Created
September 13, 2013 18:09
-
-
Save dustinschultz/6554087 to your computer and use it in GitHub Desktop.
Install AsciiDoc on Mac OS X
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Install Homebrew - ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go)" | |
Install MacTex - http://tug.org/mactex/ | |
brew install asciidoc | |
brew edit dblatex | |
copy and paste content here https://gist.github.com/dustinschultz/6544364 | |
brew install dblatex |
Hi, thanks for positing this. I run into a problem with step 4 though:
~$ brew edit dblatex
Error: No available formula for dblatex
Any hints?
Create a new file here: /usr/local/Library/Formula/dblatex.rb and copy and paste the formula or
curl -o /usr/local/Library/Formula/dblatex.rb https://gist.github.com/dustinschultz/6544364/raw/5bbe233fbe953b8070c5453fdf09cd65eb515e9e/dblatex.rb
Could we please publish this formula to the official Homebrew repository?
Update
Homebrew defers to pip for Python packages.
I'm able to successfully install dblatex with pip install dblatex
!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks for this, it works perfect! I've used it for https://github.com/akosmasoftware/eBook-Template