make pdf on OSX howto
michahell opened this issue · 4 comments
michahell commented
For any OSX user with outdated system ruby gem + X11:
brew install ruby
which gem # /usr/local/bin/gem
gem -v # 2.6.2. in my case
(sudo) gem install asciidoctor
which asciidoctor # returned binary path
make git # no errors
make pdf # warnings, and X11 install popupgood god, X11 again:
brew install Caskroom/cask/xquartz # completes without error
make pdf # completes without errors, though pops up invisible java thingy
open -a Preview dist/clojurescript-unraveled.pdfAwesome!
Deleted user commented
Cool, we could add these instructions to the README for OS X users.
michahell commented
yw !
niwinz commented
Added reference on the readme.
corasaurus-hex commented
Updated build instructions for Mojave: #153