Skip to content

Commit

Permalink
Update GettingStarted.md
Browse files Browse the repository at this point in the history
  • Loading branch information
migueldeicaza committed May 28, 2015
1 parent e0140e2 commit 46cf762
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/GettingStarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,14 @@ run the upgrade process after generation.
- LLVM_ENABLE_LIBCXX (enables libc++ standard library support)
- LLVM_BUILD_32_BITS for 32-bit builds (defaults to 64-bit)

```shell
cd deps/llvm/build

cmake -G "Unix Makefiles" -DLLVM_ENABLE_CXX11=true -DLLVM_ENABLE_LIBCXX=true -DLLVM_BUILD_32_BITS=true -DCMAKE_BUILD_TYPE=RelWithDebInfo ..

make
```

### Compiling CppSharp on Mac OS X

1. Run `premake5-osx gmake` in <CppSharp>\build
Expand Down

0 comments on commit 46cf762

Please sign in to comment.