我想在我的mac上编译texmacs。它需要guile1.8但是我只能通过brew install guile
获得2.2版本。我使用brew search guile
并且只有一个诡计。如何使用自制软件安装guile1.8?
答案 0 :(得分:2)
只需使用我的回购:
# install guile 1.8
git clone git@github.com:sadhen/homebrew-sadhen.git
cd homebrew-sadhen
brew install guile@1.8.rb