dschmenk / apple2pi

Apple II client/server for Raspberry Pi
GNU General Public License v3.0
112 stars 24 forks source link

Inaccurate README.md (?) #21

Open oliverschmidt opened 2 years ago

oliverschmidt commented 2 years ago

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?):

Regards, Oliver