libarxx is a C++ implementation for accessing ARX archives. ARX archives are compressed and structured collections of data items with advanced features like data synchronization, references for external data items, and merging multiple archives.
libarxx is a C++ implementation for accessing ARX archives. ARX archives are compressed and structured collections of data items with advanced features like data synchronization, references for external data items, and merging multiple archives.
To install libarxx, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install libarxx
To see what files were installed by libarxx, run:
port contents libarxx
To later upgrade libarxx, run:
sudo port selfupdate && sudo port upgrade libarxx
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.