Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/macos/8.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Macos 如何在mac上brew安装guile 1.8_Macos_Homebrew_Guile_Texmacs - Fatal编程技术网

Macos 如何在mac上brew安装guile 1.8

Macos 如何在mac上brew安装guile 1.8,macos,homebrew,guile,texmacs,Macos,Homebrew,Guile,Texmacs,我想在我的mac上编译Texmac。它需要guile1.8,但是我只能通过brew安装guile获得2.2版本。我使用了brew搜索guile,并且只有一个guile。如何使用自制软件安装guile1.8?只需使用我的repo即可: # install guile 1.8 git clone git@github.com:sadhen/homebrew-sadhen.git cd homebrew-sadhen brew install guile@1.8.rb 查看git的自制历史,guil

我想在我的mac上编译Texmac。它需要guile1.8,但是我只能通过
brew安装guile
获得2.2版本。我使用了
brew搜索guile
,并且只有一个guile。如何使用自制软件安装guile1.8?

只需使用我的repo即可:

# install guile 1.8
git clone git@github.com:sadhen/homebrew-sadhen.git
cd homebrew-sadhen
brew install guile@1.8.rb

查看git的自制历史,guile 1.8有很多提交。而且不必使用自制软件安装它,为什么不下载它并自己构建呢?
brew点击sadhen/sadhen&&brew安装guile@1.8
成功了