Hi Steve,<div><br></div><div>First of all, the build on Ubuntu 12.10 worked without any issues ... except that I had to compile CMake 2.8.10</div><div><br></div><div>As you're cleaning up the CMake installation I thought it would be nice I could easily cleanup the files generated by CMake.</div>

<div>There is "make clean", which didn't help and "cmake clean" doesn't exist. But it's actually very easy to do this with "out-of-source build":</div><div><a href="http://www.cmake.org/Wiki/CMake_FAQ#Out-of-source_build_trees">http://www.cmake.org/Wiki/CMake_FAQ#Out-of-source_build_trees</a></div>

<div><br></div><div>mkdir mybuild && cd mybuild</div><div>cmake ../.</div><div><br></div><div>And everything is in the "mybuild" directory and can be cleaned up with "rm -Rf mybuild".</div><div>

<br></div><div>There are two small things I don't like:</div><div><ol><li>Couldn't this somehow be part of the cmake configuration, so it uses a build directory even cmake is run in project root ("cmake ../." looks a bit weird, too) ... will try to find if this is possible.</li>

<li>I think "build" would be the best name for such a directory name, but it's already used with your notes how to build on Windows. Could we change your current build directory to some other name, for example "dists/windows" ... or any better name. I just didn't have a good idea. </li>

</ol><div>Anyway, even if (1) isn't possible I would like to change the documentation to "out-of-source build" style.</div></div><div><br></div><div>Daniel</div><div><br></div><div><div><br></div>-- <br><span style="font-family:arial,sans-serif;font-size:13px;border-collapse:collapse">Georepublic UG & Georepublic Japan<br>

eMail: <a href="mailto:daniel.kastl@georepublic.de" style="color:rgb(66,99,171)" target="_blank">daniel.kastl@georepublic.de</a><br>Web: <a href="http://georepublic.de/" style="color:rgb(66,99,171)" target="_blank">http://georepublic.de</a></span>
</div>