From cf23923e734807de5128dd69fc7a81cfa2f914a0 Mon Sep 17 00:00:00 2001 From: Booklordofthedings <Booklordofthedings@tutanota.com> Date: Fri, 17 May 2024 21:43:33 +0200 Subject: [PATCH] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a9f2d62..6aa763b 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,8 @@ # libclang-beef +*This binding is still wip, which means that its useable but some specifc bindings might be incorrect, the api might change and you might need to cast enums instead of being able to nativly input them into their respective locations* -A beef binding for libclang \ No newline at end of file +## How to use +- Get the relevant libclang.lib and libclang.dll/libclang.so files and put them into the deps folder + - They can be gotten from the llvm website, from your package manager or you can compile them yourself +- Add libclang-beef as a dependency to your project +- Add the namespace to your using \ No newline at end of file