[Insight-users] Compiling itk 3.4 with Borland C++ v5.5
    Luis Ibanez 
    luis.ibanez at kitware.com
       
    Wed Feb  6 14:51:43 EST 2008
    
    
  
Hi Walter,
Please follow the instructions for Unix/Linux in the tutorial:
http://www.itk.org/CourseWare/Training/GettingStarted-I.pdf
or the instructions in the ITK Software Guide:
    http://www.itk.org/ItkSoftwareGuide.pdf
It should come down to:
1) create a directory (for the binary build)
    "mkdir ITKbin"
2) go to that directory
    "cd ITKbin"
3) Run ccmake
    "ccmake ~/src/InsightToolkit"
    [ccmake is part of CMake and it should be installed
     already in your MinGW / Cygwin]
4) Disable TESTING, Disable EXAMPLES
    Type "c" for configure
    Type "g" for generate
5) Build ITK
    "make"
6) It should build in about 15~20 minutes.
Regards,
    Luis
----------------------
Walter Cabrera wrote:
> Ok. Goodbye Borland …..
> Welcome gcc
> 
> 
> I installed Cygwin and MinGW correctly. 
> 
> I downloaded GCC. How to use gcc to compile itk package using cmake ? 
> 
> Thanks
    
    
More information about the Insight-users
mailing list