Point being, I don't want someone not to use my software because
they're (justifiably) daunted by the prospect of installing the entire
Boost distribution. Rather, I want to make the build process as simple and flexible as possible.
Ideally, my software should be sufficiently idiot-proof that anyone
could untar the package, issue a single command ('./build.sh'), and get
a clean complete build without doing any else, even if they don't have
Boost installed.
On 7/29/05, Christian Henning <chhenning@gmail.com> wrote:
Why not give them a binary?
If this doesn't work, than try a script
that executes the bjam compiling only the program_options, which I
believe also need the biggest lib of boost, serialization.