Airway Inspector is an open source project. Developers and advanced users can get access to the code and build the tool. Before building Airway Inspector, Slicer has to be built in your local machine. Slicer source code and building instructions can be obtained here Getting the codeTo obtain the code from our CVS repository you have to follow the following steps from a terminal:
cvs -d :pserver:anonymous@cvs.spl.harvard.edu:/projects/cvs/slicer_lmi login
(password = bwhspl)
cvs -d :pserver:anonymous:@cvs.spl.harvard.edu:/projects/cvs/slicer_lmi
co slicer2_lmi/Modules/vtkCOPD
The last command will create a folder (slicer2_lmi/Modules/vtkCOPD) in
the directory where you invoked the command.
The next step is to copy the folder vtkCOPD into the directory:
SLICER_DIR/Modules/ where SLICER_DIR is the path where Slicer2 has been downloaded.
Building Airway InspectorAirway Inspector can be built using the cmaker.tcl utility. Just run the following command from a terminal:
SLICER_DIR/Scripts/cmaker.tcl vtkCOPD
|