From f38ac7b93fc40446595fa83d31322dc436c373d0 Mon Sep 17 00:00:00 2001 From: NDJINGA Michael Date: Tue, 18 Jan 2022 16:36:51 +0100 Subject: [PATCH] Updated the documentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b89880f..d9eaa9c 100755 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ Dependencies. The following package list is sufficient on Ubuntu 20.04 : - `pyqt5-dev-tools` to generate the Graphical User Interface (optional) - `python3-matplotlib`, `paraview-dev`, `libnetcdf-dev` (on Ubuntu 20.04) and `python3-paraview` for postprocessing tools such as plotting curves (matplotlib) or generating 3D view images (paraview) (optional) - `ffmpeg` and `ffmpeg-devel` to generate an animation from a set of curves (optional) - - `doxygen`, `graphviz` and `mscgen`, if you want to generate a nice source code documentation in `~/workspace/SOLVERLAB/SOLVERLAB_install/share/doc/`. Use the compilation option `-DSOLVERLAB_WITH_DOCUMENTATION=ON` (optional). + - `python3-sphinx` for the GUI documentation, and `doxygen`, `graphviz` and `mscgen` to generate a developper documentation. Use the compilation option `-DSOLVERLAB_WITH_DOCUMENTATION=ON` (optional). - `libcppunit-dev`, if you want to generate unit tests. Use the compilation option `-DSOLVERLAB_WITH_TESTS=ON` (optional). - `rpm`, if you want to generate RPM installation packages. Use the compilation option `-DSOLVERLAB_WITH_PACKAGE=ON` (optional). -- 2.39.2