Skip to content
Snippets Groups Projects
Commit e269fd34 authored by Timothee Chabat's avatar Timothee Chabat
Browse files

Add Alsa dependency to docker images

This allows Qt5 to find the Alsa audio plugin when building
Qt5-Multimedia, which is necessary for shipping the DSP plugin
of ParaView.
parent 8698082e
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,8 @@ yum install -y \
xcb-util-image-devel xcb-util-keysyms-devel xcb-util-renderutil-devel \
libXcursor-devel mesa-libGL-devel mesa-libEGL-devel \
libxkbcommon-devel libxkbcommon-x11-devel file mesa-dri-drivers autoconf \
automake libtool chrpath bison flex libXrandr-devel
automake libtool chrpath bison flex libXrandr-devel \
alsa-lib-devel
# Install EPEL
yum install -y \
......
......@@ -360,6 +360,19 @@ this using the `PARAVIEW_BUILD_EDITION` setting. Supported values for this setti
The packages may be built using the `cpack-paraview` tests via `ctest`. The
easiest way to build all available packages is to run `ctest -R cpack`.
## Caveats
Even though almost all dependencies are bundled into the final package, there
are still some libraries that should be present on the user OS. Namely :
- a valid OpenGL implementation (GPU driver or Mesa)
- for Linux systems :
- libxcb
- libxi
- libxkbcommon
- libxrender
- alsa (only if using the Audio Player docker from the DSP ParaView plugin)
# Learning Resources
* General information is available at the [ParaView Homepage][].
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment