Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aconchillo/homebrew-guile

A Homebrew Tap for Guile libraries and applications.
https://github.com/aconchillo/homebrew-guile

guile homebrew scheme

Last synced: about 4 hours ago
JSON representation

A Homebrew Tap for Guile libraries and applications.

Awesome Lists containing this project

README

        

# Guile Homebrew Tap

The goal of Guile Homebrew Tap is to provide
[Guile](https://www.gnu.org/software/guile/) libraries and applications that
can be easily installed with [Homebrew](https://brew.sh/).

Nowadays, many members of the Guile community use [Guix](https://guix.gnu.org/)
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/`

Or `brew tap aconchillo/guile` and then `brew install `.

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

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

## Documentation

`brew help`, `man brew` or check [Homebrew's documentation](https://docs.brew.sh).