<div>HI, all.</div>
<div>&nbsp;</div>
<div>How can I generate VC project and solution files on machine&nbsp;WITHOUT Visual Studio installed?</div>
<div>&nbsp;</div>
<div>If I run &quot;cmake .&quot;, I'll get error message like this:</div>
<div>&nbsp;</div>
<div>CMake Error: CMake was unable to find a build program corresponding to &quot;Visual Studio 6&quot;.&nbsp; CMAKE_MAKE_PROGRAM is not set.&nbsp; You probably need to select a different build tool.<br>CMake Error: Could not find cmake module file:D:/chenli/tmp/a/CMakeFiles/CMakeCCompiler.cmake
<br>CMake Error: Could not find cmake module file:D:/chenli/tmp/a/CMakeFiles/CMakeCXXCompiler.cmake<br>&nbsp;</div>
<div>I've also tried using -G parameter to specify generator to &quot;Visual Studio 8 2005&quot;, but no luck.</div>
<div>&nbsp;</div>
<div>I'm really new to cmake. So if this question is basic, please forgive me. I've&nbsp;read FAQ and googled, still no answer :(</div>
<div>&nbsp;</div>
<div>Thanks.</div>
<div>-Chen</div>