MantisBT - CMake
View Issue Details
0015629CMakeCMakepublic2015-06-23 17:562016-01-04 11:51
Guy Harris 
 
normalfeatureN/A
closedfixed 
MacOS X10.11
CMake 3.2.3 
 
0015629: A way to install the command-line tool links from the command line would be useful
Now that you no longer have an installer package for OS X, the command-line tools have to be installed by running CMake through the GUI.

For Wireshark, we have a script for OS X to install stuff for building Wireshark from source. That script downloads and installs CMake, which isn't *required* yet but is *supported* (and may eventually become the default or only tool for building).

It'd be nice if it could run some program to install the command-line tools.

(Wireshark also has command-line tools, but that's one of the reasons we *don't* do drag-install. The other is that we also install a launchd launch daemon to make it possible to capture traffic without root privileges.)
No tags attached.
related to 0015628closed  CMake needs to request root privileges in order to install command-line tools 
related to 0015627closed Brad King CMake shouldn't default to installing command-line tools in /usr/bin 
Issue History
2015-06-23 17:56Guy HarrisNew Issue
2015-06-24 08:48Brad KingNote Added: 0038965
2015-06-24 08:48Brad KingStatusnew => resolved
2015-06-24 08:48Brad KingResolutionopen => fixed
2015-06-24 08:48Brad KingRelationship addedrelated to 0015628
2015-06-24 08:50Brad KingRelationship addedrelated to 0015627
2016-01-04 11:51Robert MaynardNote Added: 0040077
2016-01-04 11:51Robert MaynardStatusresolved => closed

Notes
(0038965)
Brad King   
2015-06-24 08:48   
CMake 3.3 (currently in release candidate and available from the download page) already does this. See the release notes:

 http://www.cmake.org/cmake/help/v3.3/release/3.3.html [^]
 "On OS X the 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."
(0040077)
Robert Maynard   
2016-01-04 11:51   
Closing resolved issues that have not been updated in more than 4 months.