How to install MIT Scheme on Mac?

前端 未结 10 985
一个人的身影
一个人的身影 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:21

    For Yosemite 10.10.3:

    After installing X11.app and homebrew,

    $ brew tap homebrew/x11
    $ brew install mit-scheme
    

    I found it easier when a maintained package manager such as homebrew covers all the dependency and build stuff.


    Edit: simply

    $ brew install mit-scheme
    

    would do. X11 is now optional instead of dependence. There is still an --with-x11 option which requires whole Xcode.

提交回复
热议问题