Skip to content

Commit

Permalink
Update GettingStarted.md
Browse files Browse the repository at this point in the history
Clarified LLVM and Clang revisions needed.
  • Loading branch information
tritao committed Apr 18, 2014
1 parent cf9df73 commit e896068
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docs/GettingStarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,11 @@ Git repository urls found here: [http://llvm.org/docs/GettingStarted.html#git-mi
Building in *Release* is recommended because else the Clang parser will be
excruciatingly slow.

Last updated to LLVM/Clang revision: `r202563`
Due to some incompatible changes in recent LLVM versions, Windows builds need to use the following set of revisions that are known to work.

LLVM `r202563` / Git mirror revision `c9bf74fdc543c2da90f334e0bf8e34b128c8a615`.

Clang `r202562` / Git mirror revision `30577e6c4f5ba66b8dc832ed9955b1a7475f788a`.

## Compiling on Mac OS X (experimental)

Expand Down Expand Up @@ -548,4 +552,4 @@ Hopefully now you have a better idea of how the generator works and how to
setup simple customizations to get the outputs better mapped to .NET.

This barely touched the surface of what can be done with CppSharp, so please
check out the user and developer reference manuals for more information.
check out the user and developer reference manuals for more information.

10 comments on commit e896068

@tritao
Copy link
Collaborator Author

@tritao tritao commented on e896068 Apr 18, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TeamCity CppSharp :: OSX-Make Build 401 is now running

@tritao
Copy link
Collaborator Author

@tritao tritao commented on e896068 Apr 18, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TeamCity CppSharp :: VS2012 Build 1071 is now running

@tritao
Copy link
Collaborator Author

@tritao tritao commented on e896068 Apr 18, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TeamCity CppSharp :: VS2012 Build 1071 outcome was SUCCESS
Summary: Tests passed: 77, ignored: 2 Build time: 0:0:0

@tritao
Copy link
Collaborator Author

@tritao tritao commented on e896068 Apr 18, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TeamCity CppSharp :: VS2012_NewParser Build 53 is now running

@tritao
Copy link
Collaborator Author

@tritao tritao commented on e896068 Apr 18, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TeamCity CppSharp :: VS2012_NewParser Build 53 outcome was SUCCESS
Summary: Tests passed: 77, ignored: 2 Build time: 0:0:0

@tritao
Copy link
Collaborator Author

@tritao tritao commented on e896068 Apr 21, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TeamCity CppSharp :: OSX-Make Build 402 is now running

@tritao
Copy link
Collaborator Author

@tritao tritao commented on e896068 Apr 23, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TeamCity CppSharp :: VS2012_NewParser Build 57 is now running

@tritao
Copy link
Collaborator Author

@tritao tritao commented on e896068 Apr 23, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TeamCity CppSharp :: VS2012_NewParser Build 57 outcome was FAILURE
Summary: Compilation error: build\vs2012\projects\CppSharp.CppParser.vcxproj (new); compilation error: build\vs2012\CppSharp.sln (new); compilation error: build\vs2012\projects\CppSharp.Parser.vcxproj (new) Build time: 0:0:0

@tritao
Copy link
Collaborator Author

@tritao tritao commented on e896068 Apr 24, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TeamCity CppSharp :: VS2012_NewParser Build 58 is now running

@tritao
Copy link
Collaborator Author

@tritao tritao commented on e896068 Apr 24, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TeamCity CppSharp :: VS2012_NewParser Build 58 outcome was FAILURE
Summary: Compilation error: build\vs2012\projects\CppSharp.CppParser.vcxproj; compilation error: build\vs2012\CppSharp.sln; compilation error: build\vs2012\projects\CppSharp.Parser.vcxproj Build time: 0:0:0

Please sign in to comment.