Sarcasm / irony-mode

A C/C++ minor mode for Emacs powered by libclang
GNU General Public License v3.0
901 stars 98 forks source link

Precompiled binary on Github #579

Open sumanthakur1976 opened 3 years ago

sumanthakur1976 commented 3 years ago

OSX now has a default installation of libclang under /Library/Developer/CommandLineTools/usr/lib and it will be really useful if there were precompiled binaries available from your repo that linked to this version of libclang. Currently, one has to install the humongous llvm package from homebrew just to get the header files to build it locally. In fact, a statically linked irony-mode that had no explicit dependency on libclang would be even better.

sten0 commented 3 years ago

@sumanthakur1976 it seems to me that this is outside of the scope of the upstream irony-mode project and the correct place for this would be a homebrew bottle for irony-server. We do something similar in Debian :-)