pvbrowser
This is pvbrowser Qt6-Series:
Attention: This version is new and problems may be found. Please give response to the project for fixing eventual problems,
Additionally to pvbrowser you must install g++, make and xterm for pvdevelop to work.
pvbrowser and pvserver are
a system for industrial process visualization.
ProcessViewBrowser is based on Qt http://www.trolltech.com
It is capable of displaying most Qt widgets and some more.
Normally you will not have to modify pvbrowser.
pvserver defines everything that is displayed within
pvbrowser and how interaction is done.
Your task will be to implement your pvserver.
This is done by creating your pvserver with pvdevelop.
pvb is a registrated Trademark of S. Lehrig
Commands:
pvbrowser
pvdevelop
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:pvbrowser:pvbrowser6/pvbrowser && cd $_
- Create Badge
Source Files
Filename | Size | Changed |
---|---|---|
_service | 0000002484 2.43 KB |
Comments 1
currently pvbrowser builds with and without WebEngine support, but not on all types of distribution (November 2024)
Now on 27Nov2024 pbrowser with WebEngine support was successfully build on suse leap 15.5, Debian and Ubuntu
Responsible for BuildRequires are: pvbrowser.spec (rpm based distri) respectively pvbdrowser-devel.dsc (deb based distri)
I can build the pvserver-side components without problems
I can build pvdevelop.
I can build pvbrowser. The version with QWebEngine is included in the packages.
I can use cmake and/or qmake6.
PS: Thanks to Daniel B. for testing, help and feedback