Skip to content

Commit

Permalink
Added Mac OSX build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamintanweihao authored and happi committed Apr 9, 2017
1 parent b1115df commit 55b8525
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ The book is written in AsciiDoc and can be read directly on github in your brows
To read the book online just open the file [book.asciidoc](book.asciidoc).


## Building
## Building on Linux

To build a pdf from source you will need make, asciidoc, pdflatex, and dblatex.

Expand All @@ -30,6 +30,13 @@ easy_install dblatex
make
```

## Building on Mac OSX

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. `make`

# TODO
* Bring in missing chapters [Happi]
* Bring in missing text in the process and scheduler chapters [Happi]
Expand Down

0 comments on commit 55b8525

Please sign in to comment.