Closed mwallnoefer closed 8 years ago
For a while now we've had a NuGet package at https://www.nuget.org/packages/CppSharp/ . It's 64-bit only but if this is not a problem do you, would you mind giving it a try?
Hi,
We're not supporting VS2013 anymore for pre-built LLVM packages. If you want to use you need to follow instructions to compile LLVM yourself.
If you use VS2015 it should work, file name is llvm-cccdd2-windows-vs2015-x86-RelWithDebInfo.7z
.
Ah okay. Please add a notice to docs which states this decision, so others won't get confused.
I followed the instructions on https://github.com/mono/CppSharp/blob/master/docs/GettingStarted.md.
At this step I noticed that the Clang dependencies could not be downloaded. What to do in this case?