Page 1 of 1

[SOLVED]Where is xulrunner package?

PostPosted: Mar 21st, '15, 20:51
by mese79
Hi
I want to compile a npapi plugin, so i need xulrunner-devel installed but i couldn't find any xul* package on mageia 4.
So is there any xulrunner rpm i can use?
I download xulrunner-sdk from http://ftp.mozilla.org/pub/mozilla.org/xulrunner/releases/latest/sdk, but it is just a folder and i don't know how to install it.

Re: Where is xulrunner package?

PostPosted: Mar 21st, '15, 21:42
by doktor5000
There is no more standalone libxul/xulrunner, it is included with firefox, so you probably want to install firefox-devel.

FWIW, what plugin do you want to compile?

Re: Where is xulrunner package?

PostPosted: Mar 21st, '15, 21:55
by mese79
Yeah, firefox-devel worked.
I'm trying to compile panda3d browser plugin in mageia4.
Thanks.