libdmtx is a software library that enables programs to read and write Data Matrix barcodes of the modern ECC200 variety. This package, dmtx-utils, provides command line utilities that allow scripts and command line users to use libdmtx functionality
libdmtx is a software library that enables programs to read and write Data Matrix barcodes of the modern ECC200 variety. This package, dmtx-utils, provides command line utilities that allow scripts and command line users to use libdmtx functionality
To install dmtx-utils, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install dmtx-utils
To see what files were installed by dmtx-utils, run:
port contents dmtx-utils
To later upgrade dmtx-utils, run:
sudo port selfupdate && sudo port upgrade dmtx-utils
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.