The Minimum dgiPf Application Program: hello


See the code

  mkdir -p ~/examples/minimumHelloWorld
  cp `dgiPf-config --source`/examples/minimumHelloWorld/* \
     ~/examples/minimumHelloWorld/
  cd ~/examples/minimumHelloWorld/
  cat hello.C
 

Build the program

  make
 

Run the program

  ./hello
 

Run the program with more desktop interaction

  env DGIPF_DSO_FILES=desktopGroup ./hello