DasBoot
DasBoot

Reputation: 707

Firebreath Cmake not found when cmake 2.8.8 is installed on MacOsX

When trying to build an xcode project with the following command line: ./firebreath/prepmac.sh projects/ build/

I get: Using projects in: /Users/uwecerron/Desktop/Node/projects Generating build files in: /Users/uwecerron/Desktop/Node/build NOTE: The build files in /Users/uwecerron/Desktop/Node/build should NEVER be modified directly. Make changes in cmake and re-run this script. ~/Desktop/Node/build ~/Desktop/Node ./firebreath/prepmac.sh: line 10: cmake: command not found CMake failed. Please check error messages

There are no error messages, and i have cmake 2.8-8 installed. Any suggestions on what to do? this is for a kinect project using depthjs.

Upvotes: 1

Views: 1764

Answers (1)

taxilian
taxilian

Reputation: 14324

When you installed cmake it would have ask you if you wanted to install the command line links; you probably accidentally told it not to. Install cmake again and tell it to install the command-line links and it should work fine.

Upvotes: 3

Related Questions