Skip to content

Commit

Permalink
Updated build instructions on OSX.
Browse files Browse the repository at this point in the history
  • Loading branch information
tritao committed Mar 4, 2015
1 parent da846ef commit 4f6b7cd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/GettingStarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ run the upgrade process after generation.
- 32-bit builds: `config=release_x32 make`
- 64-bit builds: `config=release_x64 make`

The version you compile needs to match the version of the Mono VM installed on your system which you can find by running `mono --version`. The reason for this is because a 32-bit VM will only be able to load 32-bit shared libraries and vice-versa for 64-bits.

## Compiling on Linux (experimental)

The Linux support is not complete, and these directions are included for developing CppSharp developers.
Expand Down

0 comments on commit 4f6b7cd

Please sign in to comment.