From b236f07716691d2c22609837b31dce466f504bfb Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Thu, 25 May 2017 20:27:17 -0700 Subject: [PATCH] README.md: document FUSE header requirement --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ca23266..816862b 100644 --- a/README.md +++ b/README.md @@ -27,9 +27,10 @@ tarball, you'll need to generate the `configure` script by running `autoreconf -i`. This requires autoconf, automake, libtool, and pkg-config. The plugin can then be built by running `./configure && make`. The build system -must be able to find the NTFS-3G library and headers. On some platforms this -may require that the "ntfs-3g-dev" package or similar be installed in addition -to the main "ntfs-3g" package. pkg-config must also be installed. +must be able to find the NTFS-3G library and headers as well as the FUSE +headers. Depending on the operating system, this may require that the +"ntfs-3g-dev" and "libfuse-dev" (or similarly named) packages be installed. +pkg-config must also be installed. After compiling, run `make install` to install the plugin to the NTFS-3G plugin directory, which will be a subdirectory "ntfs-3g" of the system library