/WaRP7-User-Guide

WaRP7 User Guide Source. For binary releases go to the release tab

Primary LanguageRubyOtherNOASSERTION

README

Setup the environment

Installs the needed packages on your host machine.

Ubuntu
$ sudo apt-get install bundler
$ bundle install
Mac OS
$ sudo gem install bundler
$ bundle install

Build

Build both html and pdf files:

$ bundle exec rake build

Build only one binary:

$ bundle exec rake build:html
$ bundle exec rake build:pdf