<br><br><div class="gmail_quote">2010/12/23 Ray Rashif <span dir="ltr">&lt;<a href="mailto:schivmeister@gmail.com">schivmeister@gmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im">The usual way:</div>
<br>
cmake .<br>
<br>
The clean way:<br>
<br>
mkdir build<br>
cd build<br>
cmake ..<br>
<br>
This is to keep the build separate and maintain a clean source directory.<br>
<br></blockquote><div>Sounds good then as that is what we try to do, do correct me if the documentation is too lacking.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

ccmake is a convenience for us, as well as cmake-gui.<br>
<br></blockquote><meta charset="utf-8"><div>/Robert</div><div><br></div></div>