我想在我的mac上编译texmacs。它需要guile1.8,但是我只能通过brew install guile得到2.2版本。我使用的是brew search guile,只有一个guile。如何使用自制软件安装guile1.8?
发布于 2017-10-08 17:34:15
只需使用我的repo:
# install guile 1.8
git clone git@github.com:sadhen/homebrew-sadhen.git
cd homebrew-sadhen
brew install guile@1.8.rbhttps://stackoverflow.com/questions/44107667
复制相似问题