Skip to content

Commit c23d401

Browse files
Merge pull request #320 from ihnorton/patch-1
Add note about libclang/libClangSharp runtime and restore discussions
2 parents 9b0e610 + 3079b82 commit c23d401

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,11 @@ A nuget package for the project is provided here: https://www.nuget.org/packages
88
A .NET tool for the P/Invoke generator project is provided here: https://www.nuget.org/packages/ClangSharpPInvokeGenerator
99

1010
A convenience package which provides the native libClang library for several platforms is provided here: https://www.nuget.org/packages/libclang
11+
1112
A helper package which exposes many Clang APIs missing from libClang is provided here: https://www.nuget.org/packages/libClangSharp
1213

14+
NOTE: libclang and libClangSharp are meta-packages which point to the platform-specific runtime packages ([e.g.](https://www.nuget.org/packages/libClangSharp.runtime.win-x64/13.0.0-beta1); see others owned by [tannergooding](https://www.nuget.org/profiles/tannergooding)). Several manual steps may be required to use them, see discussion in [#46](https://github.com/dotnet/ClangSharp/issues/46) and [#118](https://github.com/dotnet/ClangSharp/issues/118).
15+
1316
Nightly packages are available via the NuGet Feed URL: https://pkgs.clangsharp.dev/index.json
1417

1518
Source browsing is available via: https://source.clangsharp.dev/

0 commit comments

Comments
 (0)