diff --git a/INSTALL b/INSTALL index 195a2ef..48427dc 100644 --- a/INSTALL +++ b/INSTALL @@ -8,7 +8,7 @@ Installation Troubleshooting -------------------- -If libgcrypt isn't found after install, set AM_PATH_LIBGCRYPT env var to libgcrypt path +If libgcrypt isn't found after install, set AM_PATH_LIBGCRYPT env var to libgcrypt path prior to running autogen.sh. For example, on OS X with ver 1.7.6: export AM_PATH_LIBGCRYPT="/usr/local/Cellar/libgcrypt/1.7.6/lib"