[Insight-users] Do we have to build ITK for both "Release" and
	"Debug"?
    Luis Ibanez 
    luis.ibanez at kitware.com
       
    Sun Oct 22 14:23:34 EDT 2006
    
    
  
Hi Daniel,
You shouldn't need to retouch the Cache.
You can modify these settings directly in the CMake GUI.
Aren't you running CMakeSetup.exe ?
----
About BUILD_SHARED_LIBS, please set it to OFF.
This is an option for building DLL (dynamic libraries)
instead of static libraries. But it is only interesting
if you are using the wrapping for Tcl, Python or Java.
Please read the tutorials:
    http://www.itk.org/HTML/Tutorials.htm
In particular:
"Getting Started"
http://www.itk.org/CourseWare/Training/GettingStartedI-WebPage/img0.html
It will guides you step-by-step through the process of
configuring and building ITK.
You should look at slide 16:
http://www.itk.org/CourseWare/Training/GettingStartedI-WebPage/img16.html
That's how the CMake GUI should look like when you are setting
the options.
    Regards,
       Luis
--------------------
daniel mark wrote:
> Hello all:
> 
> I guess I might find the place where I could configure the build process.
> 
> After I run Cmake and I get the following values
> 
> Cache Values:
> 
> BUILD_EXAMPLES                      OFF
> BUILD_SHARED_LIBS                 OFF
> BUILD_TESTING                          OFF
> USE_WRAP_ITK                          OFF
> 
> Do I need to disable BUILD_SHARED_LIBS?
> what does BUILD_SHARED_LIBS mean?
> 
> 
> 
> Thank you
> -Daniel Mark
> _______________________________________________
> Insight-users mailing list
> Insight-users at itk.org
> http://www.itk.org/mailman/listinfo/insight-users
> 
    
    
More information about the Insight-users
mailing list