Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document how to use local Clang on Linux #242

Merged
merged 2 commits into from
Jun 25, 2021

Conversation

kant2002
Copy link
Contributor

This explain how start using locally build ClangSharp on the Linux where Clang is part of the system

cd artifacts/bin/native
cmake -DPATH_TO_LLVM=/usr/lib/llvm/12/ -G Ninja ../../..
ninja
```
Copy link
Member

Choose a reason for hiding this comment

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

Could you also add the minimal instructions for makefile? This otherwise LGTM

Copy link
Contributor

Choose a reason for hiding this comment

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

Everyone should use cmake --build . instead :)

@tannergooding tannergooding merged commit 2a7ea72 into dotnet:main Jun 25, 2021
@tannergooding
Copy link
Member

Thanks for the contribution!

@kant2002 kant2002 deleted the kant/document branch June 26, 2021 03:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants