Forums

Install DCMTK

Hello, I would like to install DCMTK in my server but it could not because permission issue. Can you help me to install it in my account?

Thankyou

normally i just type this command (sudo apt-get install dcmtk) and automatically this software will be installed.

We won't be able to directly install it for you at this moment (we put out new package installs for everyone's system once in a while). If you want to install DCMTK yourself, you can try to build it yourself. According to their installation docs, you can build it using cmake (which we do have). The one caveat would be to make sure that you set the --prefix option to build to a place that you have permission to write to.