Salome HOME
Added ffmpeg as an optional prerequisite
authormichael <michael@localhost.localdomain>
Mon, 5 Oct 2020 16:42:50 +0000 (18:42 +0200)
committermichael <michael@localhost.localdomain>
Mon, 5 Oct 2020 16:42:50 +0000 (18:42 +0200)
README.md

index 494e4ce4478bca2f5db5892aeb51c2b732d67fd2..473f314a6f4ad0d976ba838480386a8f13bfd393 100755 (executable)
--- a/README.md
+++ b/README.md
@@ -52,6 +52,7 @@ Dependencies. The following package list is sufficient on Ubuntu 14.04, Ubuntu 1
  - `g++` or another C++ compiler (mandatory)
  - `python-dev`, `python-numpy` and `swig3`for python scripts (mandatory)
  - `python-matplotlib` and `paraview` for postprocessing tools such as plotting curves (matplotlib) or generating 3D view images (paraview) (mandatory)
+ - `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).
  - `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).