<div dir="ltr"><br><div>I&#39;ve got a cvs checkout of CMake-2-6-1.</div><div><br></div><div>I created a build directory and configured first for a Qt GUI. &nbsp;The build completed and installed into /usr/local/CMake 2.6-1.app/. &nbsp;Then, to ensure this version is in the default Applications directory:</div>
<div>sudo cp -rf /usr/local/CMake* /Applications/</div><div><br></div><div>I then tried to use the GUI interface to create symlinks for the command line (Tools &gt; Install for Command Line Use), but it failed.</div><div>
<br></div><div>I then reconfigured the build for a curses interface, built, and installed that. &nbsp;It installed:</div><div><br></div><div><div>-- Installing: /usr/local/bin/ccmake</div><div>-- Installing: /usr/local/bin/cmake</div>
<div>-- Installing: /usr/local/bin/cmakexbuild</div><div>-- Installing: /usr/local/bin/cpack</div><div>-- Installing: /usr/local/bin/ctest</div><div><br></div></div><div>That&#39;s fine, but on this OSX system, cmake was first installed by macports into /opt/local/bin/ and this is the first entry on the $PATH. &nbsp;So I could re-route the path or overwrite the macports install with symlinks to this build (I prefer the latter).</div>
<div><br></div><div>Is there a command line utility or a make instruction to create all the symlinks? &nbsp;Does it have an option to specify the root bin directory? &nbsp;Something like:</div><div><br></div><div>make symlinks /usr/bin</div>
<div><br></div><div>or</div><div><br></div><div>make symlinks /opt/local/bin</div><div><br></div><div>Thanks, Darren</div><div><br></div></div>