LibSBML is a free, open-source programming library to help you read, write, manipulate, translate, and validate SBML files and data streams. It is not an application itself (though it does come with example programs), but rather a library you can embed in your own applications.
LibSBML is a free, open-source programming library to help you read, write, manipulate, translate, and validate SBML files and data streams. It is not an application itself (though it does come with example programs), but rather a library you can embed in your own applications.
To install libsbml, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install libsbml
To see what files were installed by libsbml, run:
port contents libsbml
To later upgrade libsbml, run:
sudo port selfupdate && sudo port upgrade libsbml
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.