Coder Social home page Coder Social logo

ive20 / pvb Goto Github PK

View Code? Open in Web Editor NEW

This project forked from pvbrowser/pvb

0.0 2.0 0.0 82.12 MB

HMI and SCADA

Home Page: http://pvbrowser.org

License: GNU General Public License v2.0

C++ 70.94% Prolog 0.61% R 0.01% Shell 0.43% CSS 0.37% JavaScript 0.39% C 22.67% Lua 0.15% Objective-C 0.04% Python 3.25% Tcl 0.19% PHP 0.10% Perl 0.09% Graphviz (DOT) 0.01% Awk 0.01% D 0.05% Pascal 0.69%

pvb's Introduction

This is pvbrowser:
#######################################################
Make sure you have installed:
  Linux:
    g++
    make
    qt-4.x
  Windows:
    Qt SDK from qtsoftware
    MinGW 
    Make sure you have not blocked port 5050 with your firewall
  OS-X:
    xcode
    X11User.pkg
    qt-4.x
  OpenVMS:
    CXX
#######################################################
The package includes the 
compiled programs + libs + sourecode

Install with:

Linux:
  tar -zxf pvb.tar.gz
  cd pvb
  ./clean.sh
  ./build.sh
  su
  ./install.sh
  exit

Windows:
  Use executables within
  pvb\win-mingw\bin
  or install from install-pvbrowser.exe available on our homepage

OS-X:
  read Readme_for_Apple_Users.txt

Have a lot of fun !
Yours pvbrowser community

### Linux #############################################
build:
  ./build.sh

clean:
  ./clean.sh

install:
  su
  ./install.sh
  exit

uninstall:
  su
  cd /opt/pvb
  ./uninstall.sh
  exit 

run:
  pvbrowser
  pvdevelop

start example pvserver:
  cd /opt/pvb/pvserver
  ./processviewserver -sleep=100
  OR
  cd /opt/pvb/pvsexample
  ./pvsexample -sleep=100

Build with VTK:
  download VTK5.x from http://www.kitware.com/VTK
  download cmake (See: readme.html within VTK package)
  configure VTK with:
    build shared libraries: ON
    wrap Tcl: ON
  install VTK
  cd pvb/pvbrowser
  edit pvbrowser.pro and uncomment USE_VTK
  make clean
  make
  su
  cp pvbrowser /usr/local/bin/pvbrowservtk
  exit

### Windows ##########################################
build:
  cd win-mingw
  # edit login.bat and define environment variables QTDIR and MINGWDIR 
  # to point to the executables of qmake.exe, mingw32-make.exe and the C++ compiler
  login.bat
  build.bat

run:
  pvbrowser
  pvbrowservtk
  pvdevelop

### OpenVMS ##########################################
build:
  @vms_build.com
  In SYLOGIN.COM or LOGIN.COM define symbol
  rlsvgcat := disk:[path]rlsvgcat.exe

### Building and installing server components only ###

This is usefull for linux servers that do not have
an up to date Qt library and you want to use it as
server only. In this case only the libraries and
the command line utilities are build.

./clean.sh
./build_server_components_only.sh
su
./install.sh
exit

######################################################

pvb's People

Contributors

pvbrowser avatar

Watchers

James Cloos avatar Ive20 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.