From 5e710a391263ef6574a73811945374c73aeafbaa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Matos?= Date: Wed, 11 Sep 2013 14:14:43 +0100 Subject: [PATCH] Update README.md Published binaries for Windows VS2012 (32-bit). --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) 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/)