Guile libraries from homebrew
Guile libraries from homebrew
Guile libraries can now be installed here:
Source files: /opt/homebrew/share/guile/site/3.0
Compiled files: /opt/homebrew/lib/guile/3.0/site-ccache
Extensions: /opt/homebrew/lib/guile/3.0/extensions
Add the following to your .bashrc or equivalent:
export GUILE_LOAD_PATH="/opt/homebrew/share/guile/site/3.0"
export GUILE_LOAD_COMPILED_PATH="/opt/homebrew/lib/guile/3.0/site-ccache"
export GUILE_SYSTEM_EXTENSIONS_PATH="/opt/homebrew/lib/guile/3.0/extensions"