ParaView compilation
The build process follows the usual cmake scheme, from the root of your source code:
mkdir build
cd build
cmake .. # Generate the build instrutions
cmake --build . # Start the compilation process
Paraview plugins
If you need particular features from paraview it is necessaty to
build it from source. You’ll need cmake to build the build instructions and ninja to execute the latter ones.
The instruction present at this source are usefull for this scope: https://vcg.iwr.uni-heidelberg.de/manual_source/
Dependencies
Assuming your system is Debian based the following libraries should be present in the system:
sudo apt-get install libc6-i386 lib32stdc++6 lib32gcc1 lib32ncurses5 lib32z1