README
author Dmitriy Morozov <morozov@cs.duke.edu>
Tue, 22 Jul 2008 10:03:44 -0400
changeset 15 846354ed6853
parent 11 b4cd9b9d6ca5
permissions -rw-r--r--
Changed the order of application initialization to avoid window popping up with -h option

VEFViewer is written by Dmitriy Morozov <morozov@cs.duke.edu>.

It uses Qt4, libQGLViewer, and cmake for building. It is licensed under GPL.

To build (on Linux):
cmake . (alternatively, mkdir build && cd build && cmake ..)
make