c++ - dicom3tools compiles with missing application pbmtoovl -
i've downloaded dicom3tools in ubuntu apt-get install dicom3tools, apps not present. i've downloaded source , compiled according directions on ubuntu without errors. have access of apps in kit, seem missing or not compiling. need working binary copy of pbmtoovl tool kit.
can me? know why missing? need compile differently? have copy of pbmtoovl app pre-compiled?
there no info on anywhere on web, have else turn. in advance info on this.
please please me this..... edited proper file uid. ran imake -i./config -dinstallintopdir -dusemyid , looked fine. make world. make install make install.man, still no rawtodc or pbmtoovl or of dicom creation tools. need these tools. please let me know i'm doing wrong. on ubuntu 14 –
i author of dicom3tools debian package. explanation given online here.
when install debian package, required read documentation. in case documentation available on system from:
$ cat /usr/share/doc/dicom3tools/readme.debian
so you'll need follow build instructions (see install
):
edit config/site.p-def set uid root (a la useclunieid, selected usexxxxid define on imake command line). nb. don't ever use useclunie*id or instances conflict mine ! ./configure setenv imakeinclude -i./config # needed suns imake -i./config -dinstallintopdir -dusexxxxid make world make install # ./bin make install.man # ./man
Comments
Post a Comment