ETL is a multi-platform class and template library designed to add new datatypes and functions which combine well with the existing types and functions from the C++ Standard Template Library (STL).
ETL is a multi-platform class and template library designed to add new datatypes and functions which combine well with the existing types and functions from the C++ Standard Template Library (STL).
To install ETL, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install ETL
To see what files were installed by ETL, run:
port contents ETL
To later upgrade ETL, run:
sudo port selfupdate && sudo port upgrade ETL
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.