I’m interested in snapshots builds of clang toolset for Visual Studio, that are available on this site: http://llvm.org/builds/
It turned out that this installer does not work for me, probably because I’m using Visual Studio 2013. Can I find any instructions how to build it from source? Maybe I will be able to fix that.
You can build the package from source by building the ‘package’ target from a CMake build directory on Windows. It requires both cmake and the Nullsoft installer system (NSIS) as dependencies.
I believe the ninja and VS project generators work equally well for building the package. I use ninja and recommend it because it is faster. You would follow steps like:
I have Visual Studio solution generated by CMake, so I’ve found PACKAGE project easily. Currently install script is failing just because it cannot find proper path for toolset installation. I will try to take care of that tomorrow.