Skip to content

Commit 46cf762

Browse files
committed
Update GettingStarted.md
1 parent e0140e2 commit 46cf762

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Diff for: docs/GettingStarted.md

+8
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,14 @@ run the upgrade process after generation.
7676
- LLVM_ENABLE_LIBCXX (enables libc++ standard library support)
7777
- LLVM_BUILD_32_BITS for 32-bit builds (defaults to 64-bit)
7878

79+
```shell
80+
cd deps/llvm/build
81+
82+
cmake -G "Unix Makefiles" -DLLVM_ENABLE_CXX11=true -DLLVM_ENABLE_LIBCXX=true -DLLVM_BUILD_32_BITS=true -DCMAKE_BUILD_TYPE=RelWithDebInfo ..
83+
84+
make
85+
```
86+
7987
### Compiling CppSharp on Mac OS X
8088

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

0 commit comments

Comments
 (0)