Andersbakken / rtags

A client/server indexer for c/c++/objc[++] with integration for Emacs based on clang.
http://www.rtags.net
GNU General Public License v3.0
1.83k stars 252 forks source link

Use ycmd's libclang instead of building? #1325

Open vmiheer opened 5 years ago

vmiheer commented 5 years ago

This is feature request. ycmd plugin includes clang headers as source code and downloads the libclang.so from bintray and this makes the install experience seamless. It would be great to follow the same technique.

ashrasmun commented 5 years ago

Does it enable installation of rtags on Windows? The last step of installation for me (hopefully) is the ability to use cland headers. Andersbakken told me that rtags is not supported on Windows, but I wonder if it's because it's impossible to finish the installation of rtags, or it just flat out doesn't support this OS.

Andersbakken commented 5 years ago

Sorry about the delay. This sounds like a neat idea but I'm not sure I have the bandwith to implement it at this point. PR's would definitely be welcome.