blob: e0f0369feb57db9560cc9efadc1028be5fdd6f54 (
plain)
1
2
3
4
5
6
7
8
9
10
|
cmake-gui-osx-install-command-line
----------------------------------
* On OS X the :manual:`cmake-gui(1)` no longer has the
``Install For Command Line Use`` menu item. Instead there
is a ``How to Install For Command Line Use`` menu item
that shows an informational dialog box explaining how to
make the command line tools available. For example::
/Applications/CMake.app/Contents/bin/cmake-gui --install
|