PhysicsFS is a library providing abstract archive access
PhysicsFS is a library providing abstract archive access to various archives. It is intended for use in video games, and the design was somewhat inspired by Quake 3's file subsystem.
PhysicsFS is a library providing abstract archive access to various archives. It is intended for use in video games, and the design was somewhat inspired by Quake 3's file subsystem.
To install physfs, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install physfs
To see what files were installed by physfs, run:
port contents physfs
To later upgrade physfs, run:
sudo port selfupdate && sudo port upgrade physfs
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.