<div dir="ltr">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.<div><br>
</div><div>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:<div><br></div><div>svn co <a href="http://llvm.org/svn/llvm-project/llvm/trunk">http://llvm.org/svn/llvm-project/llvm/trunk</a> llvm</div>
<div>svn co <a href="http://llvm.org/svn/llvm-project/cfe/trunk">http://llvm.org/svn/llvm-project/cfe/trunk</a> llvm/tools/clang</div><div>mkdir llvm/build</div><div>cd llvm/build</div><div>cmake .. -GNinja</div><div>ninja package</div>
<div><br></div><div>Various docs:</div><div><a href="http://llvm.org/docs/CMake.html">http://llvm.org/docs/CMake.html</a><br></div><div><a href="http://clang.llvm.org/get_started.html">http://clang.llvm.org/get_started.html</a></div>
</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Sep 30, 2013 at 4:16 PM, Paweł Bylica <span dir="ltr"><<a href="mailto:chfast@gmail.com" target="_blank">chfast@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hello there,<div><br></div><div>I'm interested in snapshots builds of clang toolset for Visual Studio, that are available on this site: <a href="http://llvm.org/builds/" target="_blank">http://llvm.org/builds/</a></div>


<div><br></div><div>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.</div>


</div>
<br>_______________________________________________<br>
cfe-dev mailing list<br>
<a href="mailto:cfe-dev@cs.uiuc.edu">cfe-dev@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev</a><br>
<br></blockquote></div><br></div>