Skip to content

Commit 075ecca

Browse files
committed
Clarifies use of g++, closes #2014
1 parent 8b085b5 commit 075ecca

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,13 @@ To build the documentation web pages, simply run:
7171

7272
Please note that you will need to have [nodejs](https://nodejs.org)
7373
installed to produce HTML content with the above command, in particular
74-
a `node` executable should be in your `PATH`.
74+
a `node` executable should be in your `PATH`. Besides, you will need
75+
to have `g++` installed in order to build some of the dependencies
76+
that are installed with nodejs. nodejs is needed only to apply
77+
highlighting to the included code; if you do not want that, simply
78+
write
79+
80+
$ make html-nohighlight
7581

7682
After the pages have been generated, you can view them on your local
7783
computer by starting the included `app.pl` program:

0 commit comments

Comments
 (0)