RobartsVTKBuild is a CMake project that downloads dependencies for the RobartsVTKLib project and builds everything.
Using a git client, clone the repo link above.
- Windows? Try TortoiseGit
- Ubuntu? Try RabbitVCS, SmartGit or git-cola
- Mac? Try GitHub
RobartsVTK has been built on the following configurations:
- Windows 10 x64, Visual Studio 2013 & 2015, 32/64bit builds
- Ubuntu 15.10, Unix Makefiles/Eclipse CDT (see Ubuntu build tips)
- Ubuntu 15.04, Unix Makefiles/Eclipse CDT
- Visual Studio 2013/2015
- CMake 3.7+
The superbuild will download and build needed dependencies. The following optional packages add more features
The following variables should be set when configuring RobartsVTK
- ITK_DIR:PATH =
<path/to/your/itk-bin/dir>
(optional, if built elsewhere) - PlusLib_DIR:PATH =
<path/to/your/plus-bin/dir>
(optional, if built elsewhere) - QT5 - as above OR - Qt5_DIR:PATH =
<path/to/your/qtInstall>/lib/cmake/Qt5
- VTK_DIR:PATH =
<path/to/your/vtk-bin/dir>
(optional, if built elsewhere)
Please see the license file.
The Robarts Research Institute VASST Lab would like to thank the creator and maintainers of GitLab.