#------------------------------------------------------------------------ # Compiling Instructions for itk/vtk on Windows & Linux # Revised 2015-08-12 #------------------------------------------------------------------------ #-------- #Overview #-------- #Building itk/vtk is possible on Windows and Linux using CMake. #--------------- #Software Needed #--------------- # CMake 3.3.0 (Windows Version) # CMake 3.1.2 (Linux, Ubuntu-14.04 apt-get) # CL compiler (Windows Version) source ./untar-source-and-relocate.sh source ./patch-source-tcltk.sh source ./patch-source-vtk.sh # For VTK: # # BUILD_EXAMPLES 1 -> 0 # VTK_WRAP_TCL 0 - > 1 # BUILD_SHARED_LIBS 1 -> 0 # VTK_GROUP_IMAGING 0 -> 1 # VTK_GROUP_TK 0 0 -> 1 # ### set the following depending on tcl version # # TCL_INCLUDE_PATH # TCL_LIBRARY # TCL_TCLSH # TK_INCLUDE_PATH # TK_LIBRARY # TK_WISH # # Build ReleaseWithDebInfo using CMake # # ITK options # # BUILD_EXAMPLES 1 -> 0 # Module_ITKVtkGlue 0 -> 1 # VTK_DIR # # Build ReleaseWithDebInfo using CMake #