Utilities for GNU Guile
- If you have not set the
GUILE_LOAD_PATH
environment variable, you can do so by adding to your.bashrc
the following
export GUILE_LOAD_PATH=/path/to/repo/parent/dir/:$GUILE_LOAD_PATH
- Clone the repository
git clone git://github.com/mrordinaire/mro.git /path/to/repo/parent/dir/mro
- Use the
use-modules
form to load the appropriate modules. - Happy hacking!
See here.