<div dir="ltr">To build vtk-dicom as a remote module, you can do this:<div><br></div><div>1) Rename vtk-dicom to vtkDICOM and move it into the "Remote" directory in the VTK source tree. (It must be the VTK source tree.  Do not move it into the VTK build tree.)</div><div><br></div><div>2) Edit the file Remote/vtkDICOM.remote.cmake in the VTK source tree, and replace it with this text:</div><div><br></div><div><div>vtk_fetch_module(vtkDICOM</div><div>  "Dicom classes and utilities"</div><div>  GIT_REPOSITORY <a href="https://github.com/dgobbi/vtk-dicom">https://github.com/dgobbi/vtk-dicom</a></div><div>  GIT_TAG 59be8005b676e5ad27ca9001289438e242dc0ea3</div><div>  )</div><div class="gmail_extra"><br></div><div class="gmail_extra">3) Run cmake on VTK, with "Module_vtkDICOM:BOOL=ON"</div><div class="gmail_extra"><br></div><div class="gmail_extra">4) Re-build VTK</div><div class="gmail_extra"><br></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Feb 23, 2016 at 6:28 AM, emredeniz <span dir="ltr"><<a href="mailto:emredeniz18@hotmail.com" target="_blank">emredeniz18@hotmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">Hi all, ı'have downloaded and cloned vtk dicom module but could not entegrate<br>
in my project.<br>
I'm using vtk 6.3 on windows, what should ı do to use remoote module in vtk<br>
and how should ı install this module in cmake.<br>
thanks.<br></blockquote></div></div></div></div>