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.sha comment (brief.pdf)
Contributing to pvbrowser (until qt5)
Starting with qt6 we use our own systems. Please use our pvb6.tar.gz archive. For qt5 and below use pvb.tar.gz archive.
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
DownloadCurrently this package is build locally on a openSUSE Leap 15.5 system. On the openSUSE Buildservice building currently is only possible without Google Blink.
Download current Qt5 sourcecode package
pvb.tar.gz
DownloadFor compiling and linking the sources you need the Qt SDK and the C++ compiler.
Download latest snapshot of sourcecode from github
Get the latest snapshot of the sourcecode from github version control system.
DownloadFor compiling and linking the sources you need the Qt SDK and the C++ compiler.