bullet-2.76 $ cmake . –G Xcode
CMake Error: The source directory "/Users/XXXXXX/XCode/bullet-2.76/Xcode" does not exist.
Specify --help for usage, or press the help button on the CMake GUI.
This doesn't make much sense. The generator Xcode exists, and I have CMake 2.8 and OSX 10.6.3
How can I fix this?
cmake and xcode not working
-
Erwin Coumans
- Site Admin
- Posts: 4221
- Joined: Sun Jun 26, 2005 6:43 pm
- Location: California, USA
Re: cmake and xcode not working
You need to run cmake in the root of Bullet.
Alternatively, you might just use cmake-gui (part of CMake), it is a bit easier.
Thanks,
Erwin
Alternatively, you might just use cmake-gui (part of CMake), it is a bit easier.
Thanks,
Erwin
-
ahwulf
- Posts: 2
- Joined: Tue Mar 30, 2010 3:20 am
Re: cmake and xcode not working
Funny the command line didn't work as shown in the readme, but the cmake-gui worked.