Skip to content

Commit

Permalink
Update GettingStarted.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tritao authored Aug 23, 2016
1 parent 3bdb31e commit 0e32e46
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/GettingStarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@ run the upgrade process after generation.

## Compiling on Mac OS X

1. Run `premake5-osx gmake` in `<CppSharp>\build`
1. Run `./premake5-osx gmake` in `<CppSharp>\build`
2. Build the generated makefiles:
- 32-bit builds: `config=release_x32 make`
- 64-bit builds: `config=release_x64 make`
- 32-bit builds: `config=release_x32 make -C gmake`
- 64-bit builds: `config=release_x64 make -C gmake`

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
Expand Down

0 comments on commit 0e32e46

Please sign in to comment.