pvbrowser, pvb® - The Process Visualiation Browser.

  • English
  • Deutsch

Binaries

pvbrowser, pvb® is available for a lot of operating systems. Please choose your operating system from the menu on the left side.


Sourcecode package

If you want to compile yourself please download the sources from here.

Instructions for building pvbrowser on your system can be found in the file README.TXT in the root directory of the sourcecode.

Building on Linux and OS-X

tar -zxf pvb.tar.gz
cd pvb
./build.sh
      
a comment (brief.pdf)

Contributing to pvbrowser

You can get access to our git repository by issuing these commands

git clone https://github.com/pvbrowser/pvb.git pvb
cd pvb
git remote add pvb https://github.com/pvbrowser/pvb.git

# Later you can update to the actual version using 
# the following command
git pull

# With the following command you can create a patch
git diff > my.patch

Thus you are able to send us patches if you want to contribute to pvbrowser.

Download the Qt6 sourcecode package

pvb6.tar.gz

Download

Currently this package was only build locally on a openSUSE Leap 15.5 system. On the openSUSE Buildservice building currently fails because of a problem with qmake6. (Background: The buildservice VM's derive it's packages from SLE) The archive also includes the binaries for Leap 15.5

Download current Qt5 sourcecode package

pvb.tar.gz

Download

For compiling and linking the sources you need the Qt SDK and the C++ compiler.

Download latest snapshot of sourcecode

Get the latest snapshot of the sourcecode from github version control system.

Download

For compiling and linking the sources you need the Qt SDK and the C++ compiler.