*: *For out of source builds* simply make a directory above CONDOR_SRC e.g. 7.5.5 and cd into it, then type:
 *:: *UW:* ../CONDOR_SRC/configure_uw ../CONDOR_SRC
 *:: *Everyone else:* cmake ../CONDOR_SRC
+*::: *Development Recommendation:* alias cmake='cmake -DCMAKE_INSTALL_PREFIX:PATH=${PWD}/release_dir -DSOFT_IS_HARD:BOOL=TRUE -D_DEBUG:BOOL=TRUE -DBUILDID:STRING=YOUR_USERNAME_local'
 
 5.) Now you can run make or open the visual studio solution file.