I cannot test the whole thing right now (doesn't compile on a mac), but you should be fine by following these steps:
- git clone git@github.com:teiram/dsktools.git
- cd dsktools
- make
- sudo make install
This last step will require superuser privileges, as it will try to copy the binary into /usr/local/bin. Simply copying the two binaries (dskread and dskwrite) somewhere in you path should work as well.
If you're using the master tarball, replace the first two steps above by:
- unzip dsktools-master.zip
- cd dsktools-master