$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Ion Gaztañaga (igaztanaga_at_[hidden])
Date: 2006-05-04 11:44:23
Hi,
> Shmem passed the review few month ago. Now I'd like to use it. But I 
> found nothing about the integration into an existing boost distribution 
> tree or to build the library stand alone.
> Firstly I tried to ununcompress the shmem*.zip (from Boost Sandbox Vault 
> - Memory) into the boost distribution tree to build it all together. But 
> there is no Jamfile in the shmem directories (only in the subdirectory 
> 'test' and 'examples', but this is not the library). Which way I can 
> take to get a working shmem library?
Shmem is a header-only library, since it's all templates. You just need 
to start including headers to use it ;-). You can compile tests with 
provided Jamfiles.
Ion