docs: automate installation of asciidcotor ruby dependency with ./build

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2019-06-21 00:00:00 +00:00
parent 45f2d630cb
commit b962ed6812
3 changed files with 25 additions and 6 deletions

View File

@@ -15228,13 +15228,18 @@ but note that this does not include script specific options.
=== Build the documentation
You don't need to depend on GitHub:
You don't need to depend on GitHub. To build the first time use:
....
sudo apt-get install rubygems
sudo gem install asciidoctor -v 2.0.10
./build-doc
xdg-open out/README.html
./build --download-dependencies docs
....
which also downloads build dependencies.
Then the following times just to the faster:
....
./build-docs
....
Source: link:build-doc[]