Skip to content

Commit

Permalink
install rogue from upstream gem
Browse files Browse the repository at this point in the history
  • Loading branch information
rcgoodfellow committed Nov 14, 2024
1 parent 554f625 commit 1ac3130
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions p4-16/spec/install-asciidoctor-linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -157,14 +157,7 @@ gem install asciidoctor-bibtex
sudo apt-get --yes install cmake flex libglib2.0-dev libcairo2-dev libpango1.0-dev libxml2-dev libwebp-dev libzstd-dev libgraphicsmagick1-dev libmagickwand-dev ${OS_SPECIFIC_PACKAGES}
gem install asciidoctor-mathematical
gem install prawn-gmagick

# As of 2024-Jul-04, the official rouge repo has support for P4
# language syntax highlighting.
git clone https://github.com/rouge-ruby/rouge
cd rouge
git log -n 1 | cat
gem build rouge.gemspec
gem install rouge-4.4.0.gem
gem install rouge
gem install asciidoctor-bibtex
gem install asciidoctor-lists
gem install prawn-gmagick
Expand Down

0 comments on commit 1ac3130

Please sign in to comment.