Last active
February 6, 2018 03:21
-
-
Save deoren/e089f5f0698032d43452db4e0af003fc to your computer and use it in GitHub Desktop.
Scratch notes for setting up/building Pro Git 2 book
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
sudo apt-get install build-essential curl git-core ruby ruby-dev zlib1g-dev ruby-bundler | |
git clone https://github.com/progit/progit2.git | |
cd progit2/ | |
# Temp branch with Gemfile modified to use versions of gems that | |
# are known to generate valid epub output. | |
git checkout rework_files | |
bundle install --path vendor/bundle | |
# Build all formats | |
rake | |
# Build just epub | |
bundle exec asciidoctor-epub3 progit.asc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Related tickets (reminding me of specific issues preventing solid epub builds):