Re: [Gdcm-hackers] Compiling in Eclipse CDT
Cross-platform DICOM implementation
Brought to you by:
malat
|
From: Mathieu M. <mat...@gm...> - 2011-05-25 19:28:34
|
Aaron,
According to cmake help, you can generate eclipse cdt4 project file:
$ cmake --help
...
Eclipse CDT4 - Unix Makefiles
= Generates Eclipse CDT 4.0 project files.
$ cd gdcm-build
$ cmake -G "Eclipse CDT4 - Unix Makefiles" /path/to/gdcm/source
HTH
On Wed, May 25, 2011 at 9:10 PM, Aaron Boxer <bo...@gm...> wrote:
> Has anyone compiled the library using Eclipse CDT? I am building
> my dicom server using Eclipse, and it would be nice to be able to step into
> the gdcm code in the IDE.
>
> Thanks,
> Aaron
>
> ------------------------------------------------------------------------------
> vRanger cuts backup time in half-while increasing security.
> With the market-leading solution for virtual backup and recovery,
> you get blazing-fast, flexible, and affordable data protection.
> Download your free trial now.
> http://p.sf.net/sfu/quest-d2dcopy1
> _______________________________________________
> Gdcm-hackers mailing list
> Gdc...@li...
> https://lists.sourceforge.net/lists/listinfo/gdcm-hackers
>
--
Mathieu
|