diff --git a/Adding-CUE.NET-to-a-project.md b/Adding-CUE.NET-to-a-project.md index 6686424..1c30e39 100644 --- a/Adding-CUE.NET-to-a-project.md +++ b/Adding-CUE.NET-to-a-project.md @@ -1,4 +1,4 @@ -**CUE.NET works for both x86 and x64 architecture but requires the .NET-Framework 4.5 or newer.** +> CUE.NET works for both x86 and x64 architecture but requires the .NET-Framework 4.5 or newer. There is more than one way to add CUE.NET to your project. The following describes the most common ones: @@ -19,7 +19,7 @@ This will lead to the same result as using the latest package from nuget.org but 3. Make sure the x86 and x64 folder are copied to your application directory (e.g. by adding them as a solution item and creating a post-build event to copy them on build) ## Building CUE.NET on your own ## -**Building CUE.NET requires the roslyn compiler and therefore Visual Studio 2015 or newer!** +> Building CUE.NET requires the roslyn compiler and therefore Visual Studio 2015 or newer! Of course you have always the possibility to get the [CUE.NET source code](https://github.com/DarthAffe/CUE.NET) from github and modify (respecting the LGPL v2.1) or build it on your own. The build process is straightforward. If you have any problems doing it you should consider using the binaries.