【发布时间】:2014-07-21 20:38:05
【问题描述】:
我是 Mac 上的新手,尤其是在终端上。虽然看了很多资料,还是很迷茫,不知道该怎么办。
我需要在 MAC 上使用 aspell。我按照教程 (http://wiki.lyx.org/Mac/MacSpelling) 安装它,我已经安装了 Xcode 和 gcc。在一个步骤中,它要求我“键入 ./configure,然后是”。我做到了,但终端显示:
-bash: ./configure: No such file or directory
这个网页 (http://ubuntuforums.org/showthread.php?t=1849525) 显示了“/usr/local/src/configure”下的配置,但是当我 cd 到这个目录时,我发现我没有 /src/ 文件夹.
/usr/local$ ls
CODEOFCONDUCT.md README.md include/ opt/
CONTRIBUTING.md SUPPORTERS.md info/ share/
Cellar/ bin/ lib/
LICENSE.txt etc/ libexec/
Library/ git/ man/
我做什么节目?如何使用 ./configure?
非常感谢。
【问题讨论】:
标签: linux macos terminal configure aspell