On Fri, Oct 16, 2015 at 5:13 AM, Ehsan Akhgari <ehsan.akhg...@gmail.com> wrote:
>>
>> Is there an easy way to determine if that package has been installed?
>
> The easiest way is to turn it on in a build and see if the build succeeds.

On my stock Ubuntu 15.04 box it failed...

>> And if it's not installed, is there an easy way to install it?
>
> The answer there depends on the distro.  I think on Ubuntu it is
> libclang-devel, I think.

... so I tried this. The correct package name is "libclang-dev".

I then got a build failure "cannot find -ledit". Some googling
suggested that I install "libedit-dev" and then it worked. (At least,
compilation finished successfully.)

Nick
_______________________________________________
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform

Reply via email to