File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,13 @@ To build the documentation web pages, simply run:
71
71
72
72
Please note that you will need to have [ nodejs] ( https://nodejs.org )
73
73
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
75
81
76
82
After the pages have been generated, you can view them on your local
77
83
computer by starting the included ` app.pl ` program:
You can’t perform that action at this time.
0 commit comments