[Cmake-commits] [cmake-commits] hoffman committed RunningCMake.html 1.6 1.7

cmake-commits at cmake.org cmake-commits at cmake.org
Thu Mar 13 13:48:11 EDT 2008


Update of /cvsroot/CMake/CMakeWeb/HTML
In directory public:/mounts/ram/cvs-serv5599

Modified Files:
	RunningCMake.html 
Log Message:
ENH: niki edits


Index: RunningCMake.html
===================================================================
RCS file: /cvsroot/CMake/CMakeWeb/HTML/RunningCMake.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -C 2 -d -r1.6 -r1.7
*** RunningCMake.html	10 Mar 2008 15:33:55 -0000	1.6
--- RunningCMake.html	13 Mar 2008 17:48:08 -0000	1.7
***************
*** 87,91 ****
  <h2>Running CMake for Windows / Microsoft Visual C++ (MSVC)</h2> 
  
! Run CMakeSetup.exe, which should be in your Start menu under Program Files, there may also be a shortcut on your desktop, or if you built from source, it will be in the build directory. A GUI will appear similar to what is shown below (but possibly different as CMake is still being developed). The top two entries are the source code and binary directories. They allow you to specify where the source code is for what you wanted to compile and where the resulting binaries should be placed. You should set these two values first. If the binary directory you specify does not exist, it will be created for you.  The Build for option, allows you to select which type of build files are generated.  Currently, on windows, visual studio 7 (.NET), visual studio 6, NMake makefiles and Borland makefiles are supported.
      <div align="center">
      <img src="../Art/CMakeGUI.gif"     border=0 alt="">
--- 87,91 ----
  <h2>Running CMake for Windows / Microsoft Visual C++ (MSVC)</h2> 
  
! Run CMakeSetup.exe, which should be in your Start menu under Program Files, there may also be a shortcut on your desktop, or if you built from source, it will be in the build directory. A GUI will appear similar to what is shown below (but possibly different, as CMake is still being developed). The top two entries are the source code and binary directories. They allow you to specify where the source code is for what you want to compile and where the resulting binaries should be placed. You should set these two values first. If the binary directory you specify does not exist, it will be created for you.  The Build for option, allows you to select which type of build files are generated.  Currently, on windows, visual studio 7 (.NET), visual studio 6, NMake makefiles and Borland makefiles are supported.
      <div align="center">
      <img src="../Art/CMakeGUI.gif"     border=0 alt="">



More information about the Cmake-commits mailing list