public release 4.2.0 - see README.md and CHANGES.md for details
This commit is contained in:
28
docs/readme.md
Normal file
28
docs/readme.md
Normal file
@@ -0,0 +1,28 @@
|
||||
To compile the source code documentation in HTML format on Ubuntu, follow the instructions below.
|
||||
|
||||
~~~~~~{.sh}
|
||||
apt-get update
|
||||
apt-get install -y --no-install-recommends \
|
||||
default-jre \
|
||||
doxygen \
|
||||
gawk \
|
||||
git \
|
||||
graphviz \
|
||||
pandoc \
|
||||
wget
|
||||
|
||||
pip install --no-cache-dir \
|
||||
doxypypy \
|
||||
meson \
|
||||
meson-python \
|
||||
ninja \
|
||||
pynose
|
||||
|
||||
wget -O plantuml.jar https://sourceforge.net/projects/plantuml/files/plantuml.jar/download
|
||||
export PLANTUML_JAR_PATH=/app/plantuml.jar
|
||||
|
||||
cd pmsco/docs
|
||||
doxygen config.dox
|
||||
~~~~~~
|
||||
|
||||
Open `pmsco/docs/html/index.html` in your browser.
|
||||
Reference in New Issue
Block a user