Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 486 Bytes

File metadata and controls

13 lines (10 loc) · 486 Bytes

Software Requirements:

  • Latest stable CMake (GUI version helps)
  • Visual Studio Community

Project Build Instructions (for a subfolder unitXX):

  • Run CMake
  • Set Source Folder to the "labs/unitXX" directory
  • Set Build Folder to a directory called "build", under "labs" (e.g. /your/path/labs/build)
  • Run Configure, and just select default compilers, Visual Studio x64 should be the one that appears
  • Run Generate
  • Now, in the Build folder, you should see the solution file (.sln)