Easy Steps to Install dcmtk on Mac

Package Information:

Name: dcmtk
Use: DCMTK is a collection of libraries and applications implementing large parts the DICOM standard.
URL: http://dicom.offis.de/dcmtk.php.en

Installation Steps:

  1. Open up your Terminal.
  2. Now, run
    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
  3. Install dcmtk using brew
    brew install dcmtk

dcmtk is ready to use now!