简体   繁体   中英

Terminal MacOS - terminal and “Press [c] to configure”

I have a problem with Mac and the terminal. I need to compile a program. Xcode and command line tools are installed. After cmake one needs to press c to configure and then g to generate the makefile. Well, my problem is - how do I enter the command "c" into terminal? Forgive me if this is super-simple, but I am new to Mac, fairly new to source codes and the combination is difficult...

Best, Peter

Problem solution: $ccmake. Then $ ccmake c (directory) and $ ccmake g (directory)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM