mirror of
https://github.com/nasa/openmct.git
synced 2025-06-21 00:23:01 +00:00
[Readme] Add notes on building documentation
Add notes to README about building documentation; in particular, document the need to install libcairo.
This commit is contained in:
12
README.md
12
README.md
@ -103,6 +103,18 @@ This build will:
|
|||||||
|
|
||||||
Run as `mvn clean install`.
|
Run as `mvn clean install`.
|
||||||
|
|
||||||
|
### Building Documentation
|
||||||
|
|
||||||
|
Open MCT Web's documentation is generated by an
|
||||||
|
[npm](https://www.npmjs.com/)-based build:
|
||||||
|
|
||||||
|
* `npm install` _(only needs to run once)_
|
||||||
|
* `npm run docs`
|
||||||
|
|
||||||
|
Documentation will be generated in `target/docs`. Note that diagram
|
||||||
|
generation is dependent on having [Cairo](http://cairographics.org/download/)
|
||||||
|
installed.
|
||||||
|
|
||||||
# Glossary
|
# Glossary
|
||||||
|
|
||||||
Certain terms are used throughout Open MCT Web with consistent meanings
|
Certain terms are used throughout Open MCT Web with consistent meanings
|
||||||
|
Reference in New Issue
Block a user