This is pvbrowser:
###############################################
Make sure you have installed:
  g++
  make
  qt-4.x
  mesa development package

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

clean:
  ./build.sh clean

install:
  su
  ./install.sh
  exit

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

run:
  pvbrowser

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