Please refer to
KitwareMedical/vtkVolViewVessels
for the continued development of this project.
Microsoft Windows 7 or above recommended
Supported Microsoft Visual Studio versions:
CMake, version 3.0 or above
Qt, version 4.8.7: one line build.
Setting up your git account:
Create a Github account.
Setup your SSH keys following these instructions at the
exception of step 2
where you should NOT enter a passphrase.
Setup your git username and your git email.
C:\W\
by typing the following commands:cd /c
mkdir W
cd /c/W
git clone https://github.com/KitwareMedical/VesselView.git VesselView
Note: use short source and build directory names to avoid the maximum path length limitation.
Note: The build process will take approximately 3 hours.
Option 1: CMake GUI and Visual Studio (Recommended)
C:\W\VesselView
and set build directory to C:\W\VesselView-rel
.QT_QMAKE_EXECUTABLE
pointing to C:\D\Support\qt-4.8.7-64-vs2013-rel
.C:\W\VesselView-rel\VesselView.sln
, select Release
and build the project.Option 2: Command Line
C:\W\VesselView-rel
by typing the following commands:cd C:\W\
mkdir VesselView-rel
cd VesselView-rel
cmake -G "Visual Studio 9 2008 (Win64)" -DQT_QMAKE_EXECUTABLE:PATH=C:\D\Support\qt-4.8.7-64-vs2013-rel\bin\qmake.exe ..\VesselView
cmake --build . --config Release
Install NSIS 2
Option 1: CMake and Visual Studio (Recommended)
C:\W\VesselView-rel\S-bld\Slicer-build
directory, open Slicer.sln
and build the PACKAGE
targetOption 2: Command Line
PACKAGE
target by typing the following commands:cd C:\W\VesselView-rel\S-bld\Slicer-build
cmake --build . --config Release --target PACKAGE