Atc*_*old 8 installation homebrew arguments gnuplot
在使用Homebrew在我的Mac上安装gnuplot后,我注意到它将许多参数传递给该文件.更确切地说,这是我在终端上获得的输出configure
$ brew install gnuplot
==> Downloading http://downloads.sourceforge.net/project/gnuplot/gnuplot/4.6.3/gnuplot-4.6.3.tar.gz
Already downloaded: /Library/Caches/Homebrew/gnuplot-4.6.3.tar.gz
==> ./configure --prefix=/usr/local/Cellar/gnuplot/4.6.3 --with-readline=/usr/local/opt/readline --with-gd=/usr/local/opt/gd --disable-wxwidgets --without-cairo --without-latex --without-tutorial
Run Code Online (Sandbox Code Playgroud)
后来我明白了为什么我对我的Mac就是这样一个穷的什么,我有我的版本的Ubuntu.因此,浏览网我发现,为了能够使用wxt终端,我需要--wx为安装添加标志.此外,有人建议也使用--pdf和--with-x.在视觉上解析我在屏幕上的输出(我粘贴在上面),我编写了其他标志,例如--cairo和--tutorial,我得到了以下输出
$ brew install gnuplot --wx --cairo --pdf --with-x --tutorial
==> Downloading http://downloads.sourceforge.net/project/gnuplot/gnuplot/4.6.3/gnuplot-4.6.3.tar.gz
Already downloaded: /Library/Caches/Homebrew/gnuplot-4.6.3.tar.gz
==> ./configure --prefix=/usr/local/Cellar/gnuplot/4.6.3 --with-readline=/usr/local/opt/readline --with-pdf=/usr/local/opt/pdflib-lite --with-gd=/usr/local/opt/gd --without-latex --without-tutorial
==> make
==> make install
? /usr/local/Cellar/gnuplot/4.6.3: 49 files, 5.4M, built in 37 seconds
Run Code Online (Sandbox Code Playgroud)
现在我的问题是:在哪里可以找到用于Homebrew安装的可接受参数的列表,例如这里用于gnupot的那个?而且,不知怎的,它不接受我--tutorial:(
mip*_*adi 20
您可以运行brew options <formula>以获取给定公式的选项列表.例如,对于gnuplot:
$ brew options gnuplot
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
12866 次 |
| 最近记录: |