-
-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Building on macOS Mojave #153
Comments
To build the PDF I needed:
I did these steps from the root of the git clone:
|
To get mobi and epub to build I needed:
Then I just ran:
|
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Just wanted to share how I got the HTML to build on macOS Mojave 10.4.5.
Dependencies:
gem install pygments.rb -v 0.6.3
)gem install asciidoctor -v 1.5.4
)Then use
make html
. To get the HTML to look right I had to movedist/index.html
to the root of the git checkout and then open it (so./assets/*
and./images/*
could be found by the browser).(NOTE: It might pay for the Makefile to copy
./assets
and./images
into./dist
for thehtml
target.)The text was updated successfully, but these errors were encountered: