BRL-CAD

Compile BRL-CAD with Microsoft Visual Studio Community, report

This task is to compile the latest BRL-CAD sources (from a repository checkout) using Microsoft's Visual Studio Community Edition compiler.

Compiling on different operating systems, hardware, and compilers regularly can help improve long-term maintainability. BRL-CAD is regularly built with Microsoft Visual Studio (the professional one you have to pay for), GCC, LLVM, and a number of other compilers. One we don't get to test very often is the Community Edition compiler (only available for Windows)

You'll need to download BRL-CAD from an SVN checkout, download the compiler from Microsoft, and download + run CMake. Compile BRL-CAD using that compiler and keep notes of everything you do along the way. Record all the steps you take and report back any failures or success. We will create follow-on tasks if you make any fixes that get the build working.

You will probably want to use these flags when you run CMake:

  • CMAKE_BUILD_TYPE=Release
  • BRLCAD_BUNDLED_LIBS=ON
  • BRLCAD_ENABLE_STRICT=OFF

Resources:

SUBMIT a complete build log and your notes documenting everything you did.

Task tags

  • compile
  • msvc
  • visual studio

Students who completed this task

Michal Hanus, ApratimRanChak

Task type

  • assessment Outreach / Research
  • done_all Quality Assurance
close

2016