diff --git a/README.md b/README.md index cac57128..a685ffd2 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,14 @@ CppSharp is a library that allows you to generate .NET bindings that wrap C/C++ code allowing interoperability with managed languages. This can be useful if you have an existing native codebase and want to add scripting support, or want to consume an existing native library in your managed code. -## Getting started +## News + +* September 11st 2013 - New binaries available for Windows (VS2012) + +## Binaries -Since binary releases have not been provided yet, you will have to compile the project and dependencies manually (LLVM and Clang). +VS2012 (32-bit): https://dl.dropboxusercontent.com/u/194502/CppSharp/CppSharp_VS2012_116_artifacts.zip + +## Getting started The documentation is still a work-in-progress, please see the following resources for more information: @@ -42,4 +48,4 @@ Since C and C++ provide such a wide array of features I'm sure there's still ton [http://www.swig.org/](http://www.swig.org/) * Cxxi -[https://github.com/mono/cxxi/](https://github.com/mono/cxxi/) \ No newline at end of file +[https://github.com/mono/cxxi/](https://github.com/mono/cxxi/)