Skip to content

Commit

Permalink
Update GettingStarted.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tritao authored Feb 2, 2017
1 parent a3d6dcb commit 2fcb8c5
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docs/GettingStarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@ From an higher level overview, CppSharp will take a bunch of user-provided C/C++
headers and generate either C++/CLI or C# code that can be compiled into a
regular .NET assembly.

To get started you can either compile from source or get one of the pre-compiled binary
releases from the [releases archive](https://github.com/mono/CppSharp/releases).
To get started you can either compile from source or get one of the pre-compiled
binary releases (only provided for Windows, at the moment):

* [GitHub releases](https://github.com/mono/CppSharp/releases)
* [NuGet packages](https://www.nuget.org/packages/CppSharp/)

# Building from source

Expand Down

0 comments on commit 2fcb8c5

Please sign in to comment.