Per Stenebo
2012-02-24 22:41:21
2017-04-16 12:59:06
pvbrowser
pvbrowser.org | pvbrowser.de | sourceforge | freshmeat |
Default programming language to make your application is ANSI-C.
Package for OpenSUSE 10.3.
Commands:
# pvbrowserdemo
# pvbrowser
# pvdevelop
# update_pvbrowser
Example pvserver:
# cd /opt/pvb/pvsexample
# make clean
# make
# ./pvsexample -sleep=100
# pvbrowser # in other terminal
If you want to use Qt Designer for designing your masks, copy the plugins to Qt Designer (read designer/README.txt)
OpenSUSE 10.3 install
Follow instructions for installation on pvbrowser.org
Install libqt4 with Yast - Add/remove programs.
If you want to use Qt Designer for designing your masks,
you must install the plugins for the custom widgets.
Please copy the files within "plugins" to your Qt Designer plugins directory.
On openSUSE this directory is:
/usr/lib/qt4/plugins/designer
or
/usr/lib64/qt4/plugins/designer
Install gcc-c++
Run some pv command
Ubuntu install
Install on Ubuntu 7.10 Gutsy Gibbon
Install Qt 4 Designer, available in "Add/Remove Programs"
Install g++, available in Synaptic. You may need the Ubuntu CD.
make are probably already installed, available in Synaptic.
mesa development package are maybe already installed, available in Synaptic.
Download pvbrowser
Install pvbrowser with the following commands in terminal:
tar -zxvf pvb.tar.gz
cd pvb
sudo ./install.sh
exit
Read "Readme.txt" in pvb directory for further info.
Open Nautilus (file manager), open the file pvb/pvserver/processviewserver
to start the server (runs in the background).
Then open the file pvb/pvbrowser/pvbrowser (in Nautilus) to see a running example.
Qt 4 Designer can be started from the programs menu, under programming.