$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Can I copy/paste Boost source code and compile directly into my application?
From: Totally Anonymous (anon24u_at_[hidden])
Date: 2012-07-28 22:36:34
>
> I don't have an installer, just a fairly simple Makefile to build the
> executable from my source code. So I'd like to just add the appropriate
> targets to the Makefile to compile&link whatever I need to from Boost. I
> don't want my users to have to 'apt-get install' anything else... Am I
> wrong?
>
> Thx
>
>
>
I should add that I would like to support Linux/OSX/Cygwin...