Skip to content

Commit

Permalink
Update GettingStarted.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tritao committed May 28, 2015
1 parent 46cf762 commit f97af26
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/GettingStarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ Git repository urls found here: [http://llvm.org/docs/GettingStarted.html#git-mi
3. Clone Clang to `<CppSharp>\deps\llvm\tools\clang`
4. Create directory `<CppSharp>\deps\llvm\build`

Last revisions known to work:

LLVM `r230176` / Git mirror revision `0e8abfa6ed986c892ec723236e32e78fd9c47b88`.

Clang `r230160` / Git mirror revision `3457cd5516ac741fa106623d9578f5ac88593f4d`.

## Compiling on Windows/Visual Studio

### Compiling LLVM on Windows/Visual Studio (32-bit binaries)
Expand All @@ -42,12 +48,6 @@ cmake -G "Visual Studio 12 Win64" -DCLANG_BUILD_EXAMPLES=false -DCLANG_INCLUDE_D
msbuild LLVM.sln /p:Configuration=RelWithDebInfo;Platform=x64 /m
```

Last revisions known to work:

LLVM `r230176` / Git mirror revision `0e8abfa6ed986c892ec723236e32e78fd9c47b88`.

Clang `r230160` / Git mirror revision `3457cd5516ac741fa106623d9578f5ac88593f4d`.

### Compiling CppSharp on Windows/Visual Studio

```shell
Expand Down

0 comments on commit f97af26

Please sign in to comment.