0

I am trying to compile a project with Homebrew on Mac OSX 10.14 Mojave. I have guile 2.2.x:

guile --version
guile (GNU Guile) 2.2.6

but the project does not support guile 2.2, only 2.0. How can I install guile 2.0 with Homebrew, and how can I instruct the system to use it in compilation?

Thanks in advance!

Dribbler
  • 4,343
  • 10
  • 33
  • 53

1 Answers1

0

Apparently as of this date, Guile 2.0 isn't available on Homebrew. Just putting this up for those who may be searching.

Dribbler
  • 4,343
  • 10
  • 33
  • 53