Please read primer within pvdevelop->Help->Manual before using pvbrowser.
pvbrowser ® Version 4.5.3 Release Qt4
tested on openSUSE 11.3 (64 Bit), Windows XP, Maemo and OS-X / Intel
The pvb.tar.gz includes Sources for all supported Operating Systems.
It also includes rllib.
Also binaries for openSUSE 64Bit and Windows are in there.
Download:
http://pvbrowser.de/pvbrowser/tar/pvb.tar.gz
pvbrowser provides the following commands:
pvbrowser # start the pvbrowser client.
# Example: pvbrowser pv://pvbrowser.org
pvdevelop # start the pvbrowser IDE.
# Example: pvdevelop
Linux
Before building you need to install g++ and the qt4 development package including QtWebKit.
tar -zxf pvb.tar.gz
cd pvb
./clean.sh
./build.sh
su
./install.sh
exit
If you want to use binary packages (RPM or DEB) for installation then goto the
openSUSE buildservice
and search for "pvbrowser" for your distribution (Search Options must not check "Exclude user's home projects").
For installation you must become super user (root) and type the following command:
On openSUSE/Fedora/Mandrake:
rpm -Uvh pvbrowser-devel#version#.rpm
On Debian/Ubuntu:
dpkg --install pvbrowser-devel#version#.deb
Windows
You can install from
install-pvbrowser.exe
.
For developing your servers you have to install
Qt4 + MinGW.
During installation of Qt you are asked if you want to install MinGW also.
The qmake tool from Qt will be used to create a Makefile for your projects.
The Qt library is only necessary if you want to recompile pvbrowser from source.
If you want to start pvserver as service in the background, use
xyntservice
Apple OS-X
If you only need the pvbrowser client download this dmg file.
http://pvbrowser.de/pvbrowser/tar/pvbrowser.dmg
You also have to install DMG file from
http://qt.nokia.com/downloads
If you need the pvbrowser development package.
unpack pvb.tar.gz
Follow the instructions in pvb/Readme_for_Apple_Users.txt
Maemo
pvbrowser client for Maemo (tested on Nokia N900)
For installation please click the link below from within your maemo browser
pvbrowser_4.5.1-1_armel.deb
You also have to install PyQt4 for Maemo (libqt4-webkit).
OpenVMS
unzip and untar pvb.tar.gz
read README.TXT
@vms_build.com
Testing with pvsexample
You may input the following URL in pvbrowser:
pv://pvbrowser.de:5050
Contributing to pvbrowser
You can get access to our git repository by issueing these commands
git clone http://lsenet.de/home/pvb/.git pvb
cd pvb
git remote add pvb http://lsenet.de/home/pvb/.git
Thus you are able to send us patches if you want to contribute to pvbrowser.
Have a lot of fun yours:
pvbrowser community
|