Merge commit '66526fb'

This commit is contained in:
Luke Dashjr
2020-10-02 15:49:46 +00:00

View File

@@ -14,7 +14,7 @@ the "vim" editor from https://www.vim.org/ or by installing the vim-share packag
Troubleshooting 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: 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" export AM_PATH_LIBGCRYPT="/usr/local/Cellar/libgcrypt/1.7.6/lib"