Hi Dan, Unfortunately, at the moment the project is not very simple.
The goal, however, is to simply distribute a single executable that is linked with 1) the project's core shared library, and 2) Boost. Also, I'm not trying to distribute a one-size-fits-all distribution. If I can just create a single architecture- and OS-dependent binary distribution, for example, for rhel5, I would be happy. Thanks, Justin =) On 9/20/12 11:00 AM, "Dan Kegel" <d...@kegel.com> wrote: >On Thu, Sep 20, 2012 at 10:24 AM, Too, Justin A. <t...@llnl.gov> wrote: >> I would like to build and distribute a pre-built binary package for my >>project that can be dropped into any "installation" location. I have no >>experience with this, so I would appreciate some initial guidance or >>pointers to documentation. > >Describe your application a bit more. Is it a single executable? >Does it include any shared libraries? The simpler it is, the easier >it is to make it portably relocatable.