Skip to content

Commit

Permalink
#6098: mention 'asciidoctor' dependency when building on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Mott committed Oct 4, 2022
1 parent 4996290 commit 2495283
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,12 @@ To compile DarkRadiant a number of libraries (with development headers) and a st
* libeigen3-dev
* libgit2-dev (optional)

This does not include core development tools such as g++ or the git client
to download the sources (use sudo apt-get install git for that). One possible set of packages might be:
To generate the local offline HTML user guide, the `asciidoctor` command must be in your
PATH. This is an optional dependency: if the command is not found, the CMake build will
proceed without building the user guide.

This does not include core development tools such as g++ or the git client to download the
sources (use sudo apt-get install git for that). One possible set of packages might be:

`sudo apt-get install git cmake g++ gettext pkg-config`

Expand Down

0 comments on commit 2495283

Please sign in to comment.