README
author Dmitriy Morozov <morozov@cs.duke.edu>
Tue, 22 Jul 2008 10:01:49 -0400
changeset 14 172c2683c714
parent 11 b4cd9b9d6ca5
permissions -rw-r--r--
Initial filenames can be passed as command-line arguments

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