From: michael Date: Mon, 5 Oct 2020 16:42:50 +0000 (+0200) Subject: Added ffmpeg as an optional prerequisite X-Git-Tag: V9_6_0~24 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=143096dc29931d4a8e0331ef07fe32f76e84a139;p=tools%2Fsolverlab.git Added ffmpeg as an optional prerequisite --- diff --git a/README.md b/README.md index 494e4ce..473f314 100755 --- 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).