getdcmtags compilation guide #15
tblock79
started this conversation in
Other Information
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
With qmake
Compiling the getdcmtags binary can be done using the following commands:
Without qmake
Alternative instructions provided by @alipairon
Hello everyone! I've decided to contribute to community a little by creating this guide, which details how I compile getdcmtags after making some modifications. I hope I didn't forget anything.
getdcmtags with libiconv compilation Guide
This guide will help you to compile the
getdcmtagsapplication on Ubuntu 20.04 with libiconv. The steps may be similar for other Linux distributions.I prefer doing this on clean dedicated Ubuntu VM.
Prerequisites
cmakeandccmakeinstalled on your Ubuntu 20.04 system.Installing libiconv
libiconvarchive.libiconv:Installing DCMTK
DCMTKarchive.cmake .ccmake .libiconvis available and has been located correctly in the system.DCMTK:sudo make && sudo make installdcmdump.Building getdcmtags
With the prerequisites installed, you can now compile the
getdcmtagsapplication.getdcmtagsmain.cppfile.g++:The compilation process should not take long. Once complete, you will have a
getdcmtagsbinary ready for use.All reactions