Fwiw I have no experience with this sort of thing.
I want to do some coding on vscode and would like access to llvm's library header files.
I've downloaded the source tree of the entire llvm project, and copied the folder named llvm, and pasted it into the root of my vscode project's directory. This didn't work. (E.g. Browsing to any of the header files show errors between the files, as if they cannot see eachother)
What is the right way to install the llvm library?
Ive looked at "getting started" on the llvm website, which instructed me to build the project using cmake.
I installed cmake on my macbook and think I successfully built llvm, but the resulting folder contains no header files for me to use.
I apologise if I sound completely lost at something that should be simple. But i am.