2.) Checkout origin/V7_5-cmake-stage-publicbranch, for windows you will need git 1.6.4 or greater.
 
-3.) If you are wanting to build directly on an NMI machine: run nmi_tools/glue/SubmitInfo.pm to find the platform-specific args (Configure Args) to pass to cmake.
+3.) navigate to CONDOR_SRC and type *cmake .*
 
-4.) cmake [configure args] ./CMakeLists.txt
+*NOTE: 1* If you are wanting to build directly on an NMI machine: run nmi_tools/glue/SubmitInfo.pm to find the platform-specific args (Configure Args) to pass to cmake.
 
-If you are on a RHEL CSL desktop, run: *cmake -DPROPER:BOOL=FALSE .*
-
-(or run cmake-gui (*NOTE* - will default to PROPER build on *nix)
-
-You may want to make the above cmake command with configure args an alias.
+*NOTE: 2* To see build options run either cmake-gui or cmake -i
 
 5.) Now you can run make or open the visual studio solution file.