You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 formake
.fusea2pi
is already built withmake
.Regards,
Oliver
The text was updated successfully, but these errors were encountered: