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...