[Insight-users] litk libraries under unix
Luis Ibanez
luis . ibanez at kitware . com
Mon, 08 Dec 2003 15:59:37 -0500
Hi Zein,
1) Go to the binary directory where you built ITK
2) then go to the /bin subdirectory
3) you will find libraries with extensions
".a" if your built ITK static.
".so" if your built ITK dynamic.
The library names will be like
libITKAlgorithms.so
libITKBasicFilters.so
libITKCommon.so
libITKDICOMParser.so
libITKEXPAT.so
libITKFEM.so
libITKIO.so
libITKMetaIO.so
libITKNumerics.so
libITKStatistics.so
libSwigRuntimePython.so
libitkjpeg.so
libitknetlib.so
libitkpng.so
libitksys.so
libitktestlib.so
libitktiff.so
libitkvnl.so
libitkvnl_algo.so
libitkzlib.so
4) Do not move the libraries, simply from the project
that will use ITK add the FIND_PACKAGE( ITK )
command and configure it as any of the other application
that you have configured in MS-Windows.
Regards,
Luis
-------------------------------
salah wrote:
>please,
>
>where are the generated itk libraries saved under linux and which which names and extentions?
>
>
>Thanks,
>Zein
>_______________________________________________
>Insight-users mailing list
>Insight-users at itk . org
>http://www . itk . org/mailman/listinfo/insight-users
>
>
>