runTimePostProcessing functionality is not available in precompiled packages of v1912.
I will note how to compile OFv1912 with runTimePostProcessing.
Code:
cd $WM_THIRD_PARTY_DIR
makeParaView
check the VTK version with the following command.
Code:
cat ParaView-v5.6.3/VTK/CMake/vtkVersion.cmake
If the version is 8.2.0, create a link with the name of VTK-8.2.0.
Code:
ln -s ParaView-v5.6.3/VTK/ VTK-8.2.0
Now, compile the VTK.
...