Re: 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]> |
On 30 Mar., 15:56, Benjamin Smedberg <[email protected]> wrote: > On 3/30/2011 8:52 AM, Martin Lutken wrote:> Simple question. > > > If I follow build instructions found herehttps://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 Thanks a lot. That works at least for the binary files part. But the headers I can just copy with my old script :-) -Martin