Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的 Mac 和终端有问题。我需要编译一个程序。安装了 Xcode 和命令行工具。之后cmake需要按c配置然后g生成makefile。好吧,我的问题是 - 我如何在终端中输入命令“c”?如果这非常简单,请原谅我,但我是 Mac 新手,对源代码相当陌生,而且组合起来很困难......
cmake
c
g
最好的,彼得
问题解决方案:$ccmake. 然后 $ ccmake c (目录) 和 $ ccmake g (目录)