Tuesday, June 16, 2015

Ubuntu 14.04: compile DCMTK 3.6.1 (development snapshot)

Get latest version from: http://dicom.offis.de/download/dcmtk/snapshot/ At the time of writing this could be done to compile latest version of the dcmtk:

1 comment:

  1. Regarding your section on Autoconf (./configure): Of course, the library and header files can also be installed.

    From the INSTALL file:

    Step 3:
    make install

    Step 3 will install the executables and some support files (data dictionary,
    configuration and documentation files). If you also wish to install the
    libraries and include files then use "make install-lib". For the HTML
    documentation (see below) use "make install-html" (requires Doxygen to be
    installed); "make install-all" installs all of the above.

    In case the files should be installed in a temporary directory, e.g. in order
    to create a distribution package, use "make install DESTDIR=" to prepend
    to the installation directories specified for configure.

    ReplyDelete