Include dcmtk header files after WSL ubuntu installation using apt-get install

258 views Asked by At

this is a silly question, but I'm having trouble including DCMTK to use in a script after installing it on Ubuntu running on a windows computer using the WSL platform.

SOLUTION: I had a lot of trouble installing dcmtk and using the headers. It turned out apt install was not installing the header files. Installing from source was throwing compiler errors. I installed homebrew and was able to get it to work that way.

I was then able to include header files as you'd expect with:

#include "dcmtk/module/filename.h"

0

There are 0 answers