Linux package
We build our binary packages on the openSUSE buildservice. There you can build executables for all major Linux distributions. Please download the package for your distribution.
Installing on openSUSE/Fedora/Mandrake
rpm -Uvh pvbrowser-devel#version#.rpm
Installing on Debian/Ubuntu
dpkg --install pvbrowser-devel#version#.deb
After installation the following commands are available:
pvbrowser # start the pvbrowser client. # Example: pvbrowser pv://pvbrowser.org pvdevelop # start the pvbrowser IDE. # Example: pvdevelop
You will find the installed software under
/opt/pvb
Desktop files for starting pvbrowser and pvdevelop are also under that directory.
Download the qt6 version (preview version)
Get RPM or DEB package for new distributions with Qt6 but without Google Blink from the openSUSE buildservice.
DownloadFor developing your own pvserver(s) you also need to install a C++ compiler.
Download pvbrowser-pvserver-side
Get RPM or DEB package without Qt based tools.
This is especially interesting for Raspbian
DownloadFor developing your own pvserver(s) you also need to install a C++ compiler.
Suggestion: Mount the storage of the target computer, which may be an embedded system via sshfs and use pvdevelop on your notebook computer. Since a pvserver is configured via a spec file (pvs.spec) you can create a Makefile and compile/link on the bash prompt or via pvdevelop.
Download the qt5 version
Get RPM or DEB package for new distributions with Qt5/Google Blink from the openSUSE buildservice.
(Raspbian can be found under Debian)
DownloadFor developing your own pvserver(s) you also need to install the Qt development package and the GNU C++ compiler.
Download the qt4 version
Get RPM or DEB package for older distributions with Qt/WebKit from the openSUSE buildservice.
DownloadFor developing your own pvserver(s) you also need to install the Qt development package and the GNU C++ compiler.