libLASi is a library written by Larry Siden that provides a C++ stream output interface ( with operator << ) for creating PostScript documents that can contain characters from any of the scripts and symbol blocks supported in Unicode and by Owen Taylor's Pango layout engine.
libLASi is a library written by Larry Siden that provides a C++ stream output interface ( with operator << ) for creating PostScript documents that can contain characters from any of the scripts and symbol blocks supported in Unicode and by Owen Taylor's Pango layout engine.
To install libLASi, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install libLASi
To see what files were installed by libLASi, run:
port contents libLASi
To later upgrade libLASi, run:
sudo port selfupdate && sudo port upgrade libLASi
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.