[Insight-users] start ITK

Arturo Caissut arturo_caissut at tiscali.it
Thu Sep 17 12:19:53 EDT 2009


Ok, now I got it. :-)
The problem is still the same, you just need to compile your libraries:
CMake only prepares stuff to be properly compiled in the way you decide
(in your case, CMake created the Makefile you can see in your directory
because you told it to do so), but now you need to build the source.
Have you installed MSYS along with MinGW? If you haven't yet, please
read this: http://www.mingw.org/wiki/MSYS
Then you'll be able to build ITK libraries just by typing the command
"make" on a Windows console:

Star->Run->cmd.exe

then

cd C:\Programmi\ITK\ITK_BIN_DIR
make

that should work, please let me know if you have any problem.



Bye,
Arturo


Elena Motta ha scritto:
> Hi Arturo,
>
> thanks for your ready answer... these international mailing list will
> be an excuse to improve my english... and my computer knowledges!
>
> But my problems is that there aren't .sln file in my ITK_BIN_DIR. In
> this folder ther are:
> /
>  Directory di C:\Programmi\ITK\ITK_BIN_DIR
>
> 17/09/2009  16.38    <DIR>          .
> 17/09/2009  16.38    <DIR>          ..
> 16/09/2009  13.09               134 AllowContinuous.sh
> 16/09/2009  15.28    <DIR>          bin
> 16/09/2009  13.09               437 BuildContinuous.sh
> 16/09/2009  13.09               340 BuildContinuousWithCTest.sh
> 17/09/2009  16.22    <DIR>          CMake
> 17/09/2009  16.17            58.210 CMakeCache.txt
> 17/09/2009  16.39    <DIR>          CMakeFiles
> 17/09/2009  15.45    <DIR>          CMakeTmp
> 17/09/2009  16.38             2.586 cmake_install.cmake
> 17/09/2009  16.38    <DIR>          Code
> 16/09/2009  12.47             4.069 CPackConfig.cmake
> 16/09/2009  12.47             4.453 CPackSourceConfig.cmake
> 16/09/2009  13.09               361 cronentry
> 17/09/2009  15.44                65 CTestCustom.cmake
> 17/09/2009  10.11               423 CTestTestfile.cmake
> 16/09/2009  12.47             1.762 DartConfiguration.tcl
> 16/09/2009  17.24    <DIR>          Examples
> 17/09/2009  16.16             1.361 ITKBuildSettings.cmake
> 16/09/2009  12.49             4.427 ITKConfig.cmake
> 17/09/2009  16.16             3.432 itkConfigure.h
> 17/09/2009  16.17             4.292 ITKLibraryDepends.cmake
> 17/09/2009  16.38            24.182 Makefile
> 16/09/2009  13.09               206 PreventContinuous.sh
> 16/09/2009  17.24    <DIR>          Testing
> 16/09/2009  12.49             4.396 UseITK.cmake
> 17/09/2009  16.38    <DIR>          Utilities
> 17/09/2009  16.38    <DIR>          Wrapping
>              /
> I don't using VisualStudio, but MinGW makefiles.
>



More information about the Insight-users mailing list