Skip to content

Nakull/GDCM

 
 

Repository files navigation

This is the source code of GDCM. It is available from sf.net website.
Official GIT repository is at:

  http://gdcm.git.sourceforge.net

For a general introduction/features/limitations/requirement please
refer to

  http://gdcm.sourceforge.net/

Just a quick note on the build process of GDCM. GDCM build process
make use of the cmake software(*). This allow us:
1. To get rid of the autoconf/autotools insanity
2. Transparently generate Unix Makefiles, NMake Makefiles,
VS8/9/10 Solution, XCode 2.1...
3. Automatic nightly testing, one of the most important thing
for a robust library/software devlpt process. GDCM devpt is develop
based on the XP definition, and to preserve backward compatibility
make sure that code is working from one release to another: each night
we configure, we build and we test GDCM. The result are then send to
the dashboard located at:

   http://public.kitware.com/dashboard.php?name=gdcm

A continuous dashboard make also sure that any commit did not introduce
any error on another plateform, a warning or broke a test...

Therefore you should be able to use GDCM from the bleeding edge without
knowing too much on what is going on. All you need to do is have a look
at the GDCM dashboard, and if your plateform is 'green' then you can
update your git copy and compile safely knowing that there are very few chances
that something won't work. Cheers !


(*) http://www.cmake.org for more information

For more help you can go online in the GDCM Wiki:
* http://gdcm.sourceforge.net/

In Particular:
* http://apps.sourceforge.net/mediawiki/gdcm/index.php?title=GDCM_Release_2.0
* http://apps.sourceforge.net/mediawiki/gdcm/index.php?title=FAQ

And a page describing each tool can be found at:
* http://apps.sourceforge.net/mediawiki/gdcm/index.php?title=End_User_Applications

Eg:
* http://apps.sourceforge.net/mediawiki/gdcm/index.php?title=Gdcminfo

Need VTK:
* http://apps.sourceforge.net/mediawiki/gdcm/index.php?title=Gdcmviewer

About

Grassroots DICOM Mirror

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 47.5%
  • C 47.2%
  • Shell 1.8%
  • Python 1.4%
  • Objective-C 0.8%
  • C# 0.6%
  • Other 0.7%