command line tool for creating Apple II disk images
c2d is a command line utility that will read Apple II binary and monitor text files and output a DOS-ordered disk image that will boot your code quickly.
c2d is a command line utility that will read Apple II binary and monitor text files and output a DOS-ordered disk image that will boot your code quickly.
To install c2d, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install c2d
To see what files were installed by c2d, run:
port contents c2d
To later upgrade c2d, run:
sudo port selfupdate && sudo port upgrade c2d
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.