(Arne Babenhauserheide)
2017-09-19: note that pkgconfig might have to be customized for /usr/local/, too note that pkgconfig might have to be customized for /usr/local/, too
diff --git a/README.md b/README.md --- a/README.md +++ b/README.md @@ -53,6 +53,8 @@ Run tests with `make check`. Distribute If your Guile is installed in your home, you might need to use `./configure PKG_CONFIG_PATH=$HOME/.local/lib/pkgconfig/` and `make distcheck PKG_CONFIG_PATH=$HOME/.local/lib/pkgconfig/` +The same might apply for Guile in /usr/local/: you might have to use PKG_CONFIG_PATH=/usr/local/lib/pkgconfig + Usage -----