View on GitHub

VolumeViewerSuperbuild

Superbuild that builds all dependencies including VRUI, VTK and VruiVTK

Download this project as a .zip file Download this project as a tar.gz file

Welcome to VolumeViewerSuperbuild

This is the superbuild code that helps build VolumeViewer along with all its pre-requisites including:

Clone VolumeViewerSuperbuild source

VolumeViewerSuperbuild can be built from source obtained using one of the download links on this page or using the commandline as follows:

$ git clone https://github.com/VruiVTK/VolumeViewerSuperbuild.git

The above command creates a directory VolumeViewerSuperbuild with the source code.

Configure Instructions

Configure the build using CMake keeping default options. Once configured, press 'Generate' to generate the makefile.

Build Instructions

Build using the make tool.

$ make

Run VolumeViewer

Building the superbuild generates the application executable at <VolumeViewerSuperbuild-build-dir>/VolumeViewer/bld/ One can run the application by following the instructions provided here.