Comment 28 for bug 709103

Revision history for this message
Artem (leipreachan) wrote :

okay, finally I was able to compile & install the extension with the standalone FF4 & xulrunner
That's what I did:
 - Download xulrunner 2.0 and xulrunner 2.0 sdk from http://releases.mozilla.org/pub/mozilla.org/xulrunner/releases/2.0/
 - install it into /opt/xulrunner/2.0 (runtime) and /opt/xulrunner/2.0-dev (sdk)
 - get trunk from bzr
 - ./autogen.sh LIBXUL_2_0_CFLAGS="-I/opt/xulrunner/2.0 -I/opt/xulrunner/2.0-dev/include/nspr -I/usr/include/nspr" LIBXUL_2_0_LIBS="-L/opt/xulrunner/2.0-dev/lib" XPIDL_BIN=/opt/xulrunner/2.0-dev/bin/xpidl XUL_IDLDIR=/opt/xulrunner/2.0-dev/idl
 - make
 - go to firefox-40-libzg and run make local-install, copy <email address hidden> folder into your profile's extension folder

done.
probably that will be helpful for somebody.