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:
- Open up your Terminal.
- Now, run
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install dcmtk using brew
brew install dcmtk
dcmtk is ready to use now!