How to install MIT Scheme on Mac?

前端 未结 10 967
一个人的身影
一个人的身影 2020-12-22 17:07

I want to install MIT Scheme on my Mac, I have downloaded the MacOS X binary(x86-64).

However, I could not make it work using Mac Terminal.

I have t

10条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2020-12-22 17:31

    Homebrew makes it easy for you. On Terminal, type:

    ruby <(curl -fsSkL raw.github.com/mxcl/homebrew/go) ; brew install mit-scheme

    Done!

    Edit

    The install script has been moved:

    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" ; brew install mit-scheme
    

提交回复
热议问题