Skip to content

A Homebrew Tap for Guile libraries and applications.

Notifications You must be signed in to change notification settings

aconchillo/homebrew-guile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

Guile Homebrew Tap

The goal of Guile Homebrew Tap is to provide Guile libraries and applications that can be easily installed with Homebrew.

Nowadays, many members of the Guile community use Guix to install Guile software. Unfortunately, Guix is not available on macOS so this Homebrew tap is an easy way to get started with Guile on macOS.

Happy hacking!

How do I install these formulae?

If you installed Guile through Homebrew before May 28, 2020, you will need to reinstall it:

brew reinstall guile

After that you can do any of the following:

brew install aconchillo/guile/<formula>

Or brew tap aconchillo/guile and then brew install <formula>.

Or install via URL (which will not receive updates):

brew install https://raw.githubusercontent.com/aconchillo/homebrew-guile/master/Formula/<formula>.rb

Documentation

brew help, man brew or check Homebrew's documentation.