AquaTerm is a viewer that displays vector graphics on Mac OS X
AquaTerm is a viewer app that displays vector graphics. Other apps connect to AquaTerm using a simple remote object messaging protocol. By adding "adapters" to legacy code very little coding is needed to bring it to OS X.
AquaTerm is a viewer app that displays vector graphics. Other apps connect to AquaTerm using a simple remote object messaging protocol. By adding "adapters" to legacy code very little coding is needed to bring it to OS X.
To install aquaterm, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install aquaterm
To see what files were installed by aquaterm, run:
port contents aquaterm
To later upgrade aquaterm, run:
sudo port selfupdate && sudo port upgrade aquaterm
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.