From 92a63e0bfb0b761ab94f2bbc48f3a9559fdc5cbd Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Thu, 25 May 2017 20:38:54 -0700 Subject: [PATCH] README.md: document location of release tarballs --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 816862b..4ec31e7 100644 --- a/README.md +++ b/README.md @@ -22,9 +22,11 @@ by using the "compact" utility on Windows, with one of the options below # Installation -First, if you're building from the git repository instead of from a release -tarball, you'll need to generate the `configure` script by running -`autoreconf -i`. This requires autoconf, automake, libtool, and pkg-config. +First, either download and extract the latest release tarball from +https://github.com/ebiggers/ntfs-3g-system-compression/releases, or clone the +git repository. If you're building from the git repository, 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 as well as the FUSE