Installation Instructions for VCG-Plugins

We currently support multiple ways of working with our plugins on most linux-based systems: The binary distributed VCGParaView package, available as a .deb package, as a downloadable archive, and as a collection of shared object files that can be combined with the official binary version of ParaView 5.6.0.
If you have trouble or questions regarding the VCG-Plugins, please contact: vcgpvsupport(at)iwr.uni-heidelberg.de

Debian Package VCGParaView:
  • Add the public key to your keyring (as root):
    sudo wget -O - https://vcg.iwr.uni-heidelberg.de/repos/apt/conf/vcgparaview.gpg.key | sudo apt-key add -

  • Download and add the sources list file:
    wget https://vcg.iwr.uni-heidelberg.de/repos/apt/conf/vcgparaview.list

  • Move the file to its correct location:
    sudo mv vcgparaview.list /etc/apt/sources.list.d/

  • Update and install the package with:
    sudo apt update && sudo apt install vcgparaview

Archive:
  • Download the .tar.gz file and extract it:
    tar xvzf vcgparaview.tar.gz

  • Navigating to vcgparaview/bin:
    cd vcgparaview/bin

  • Run ParaView:
    ./paraview

  • NOTE: sudo chmod +x paraview if file is not executable

Shared Object Files:
  • Download the .tar.gz file and extract it:
    tar xvzf vcgparaview_plugins.tar.gz

  • If you do not have ParaView 5.6.0 installed, you can download it from the offical ParaView website. That .tar.gz has to be extracted as well:
    tar xvzf ParaView-5.6.0-MPI-Linux-64bit.tar.gz

  • Move the extracted shared objects to the correct folder in your ParaView where <paraview_path> is the path to your ParaView folder:
    mv ./vcgparaview_plugins/* <paraview_path>/lib/plugins

Paraview Licence:

ParaView uses a permissive BSD license that enables the broadest possible audience, including commercial organizations, to use the software, royalty free, for most purposes. In addition, there are other licenses that are applicable because of other packages leveraged by ParaView or developed by collaborators. For specific information on the individual licences visit the official page.

    Copyright (c) 2005-2017 National Technology & Engineering Solutions of Sandia, LLC (NTESS), Kitware Inc.
    Sandia National Laboratories, New Mexico PO Box 5800 Albuquerque, NM 87185
    Kitware Inc.,1712 Route 9, Suite 300, Clifton Park, NY 12065, USA

Under the terms of Contract DE-NA0003525 with NTESS, the U.S. Government retains certain rights in this software.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

  • Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.

  • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.

  • Neither the name of Kitware nor the names of any contributors may be used to endorse or promote products derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.