Re: how to get a distributable XulRunner for buildin/running embedding application
Benjamin Smedberg <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.embedding |
|---|---|
| Message-ID | <[email protected]> |
On 3/30/2011 8:52 AM, Martin Lutken wrote: > 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 ? `make package` should give you tarballs for XULRunner itself and a separate tarball for the SDK. I think they end up in dist/ --BDS