how to get a distributable XulRunner for buildin/running embedding application
Martin Lutken <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.embedding |
|---|---|
| Organization | http://groups.google.com |
| Message-ID | <[email protected]> |
Simple question. If I follow build instructions found here https://developer.mozilla.org/en/Configuring_Build_Options enabling "xulrunner" as application. (Building on Ubuntu 10.10 ) I use a MOZ_OBJDIR and everything compiles fine. My problem is how do I get a moveable XulRunner including header files etc. that I can copy to where I need it to be without all the softlinks pointing to the original source files and built binaries ? -Martin