dschmenk/apple2pi

Inaccurate README.md (?)

Opened this issue · 0 comments

Hi,

The section...

Compile the daemon and tools with 'make' and copy the results to /usr/local/bin with 'sudo make install'. To build the FUSE driver needed to mount ProDOS devices under Linux, you will need the libfuse-dev package installed. Get this from apt-get, aptitude, or whichever package manager you like. Build with 'make fusea2pi' and install with 'sudo make fuse-install'.

...seems to imply that fusea2pi is somewhat separate from the rest. However, that doesn't seems to be true (anymore?):

  • libfuse-dev is already required for make.
  • fusea2pi is already built with make.

Regards,
Oliver