01-14-2014, 04:34 PM
(01-14-2014, 07:30 AM)ThuGie Wrote: [...] do i just install and run a cmake command and it generates the vs files or ?
Yes, you need to install cmake, and then run "cmake ." in the MCS repo root. It should auto-detect which VS you have, if it doesn't, you will need to use the -G option to specify the version (use "cmake --help" for a list of possible values).