Skip to content
Update Instructions for building PALISADE in Linux authored by Yuriy Polyakov's avatar Yuriy Polyakov
......@@ -60,7 +60,7 @@ make clean
Installing pre-requisites for doxygen
---------------
To generate doxygen documentation, doxygen and dot need to be installed:
To generate doxygen documentation, doxygen and graphviz dot need to be installed:
```
sudo apt-get install doxygen
sudo apt-get install graphviz
......
......