README.md: note that pkg-config needs to be installed

pull/3/head
Eric Biggers 2016-11-08 18:41:43 -08:00
parent cd6017fbab
commit 7a22784f90
1 changed files with 2 additions and 2 deletions

View File

@ -24,12 +24,12 @@ by using the "compact" utility on Windows, with one of the options below
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 GNU autoconf, automake, and libtool.
`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.
to the main "ntfs-3g" package. 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