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

make pdf on OSX howto #134

Closed
michahell opened this issue Jul 12, 2016 · 4 comments
Closed

make pdf on OSX howto #134

michahell opened this issue Jul 12, 2016 · 4 comments

Comments

@michahell
Copy link

michahell commented Jul 12, 2016

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 popup

good 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.pdf

Awesome!

@michahell michahell changed the title cannot complete make pdf on OSX make pdf on OSX howto Jul 12, 2016
@ghost
Copy link

ghost commented Jul 12, 2016

Cool, we could add these instructions to the README for OS X users.

@michahell
Copy link
Author

yw !

@niwinz
Copy link
Member

niwinz commented Jul 25, 2016

Added reference on the readme.

@niwinz niwinz closed this as completed Jul 25, 2016
@t-cool t-cool mentioned this issue Jun 24, 2019
@corasaurus-hex
Copy link

Updated build instructions for Mojave: #153

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants