$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [Iostream] how to build iostream with zlib on windows
From: Asbjørn (lordcrc_at_[hidden])
Date: 2014-04-18 18:06:54
On 16.04.2014 13:14, Pritesh Acharya wrote:
> Boost version: 1.55.0
> OS: Windows 8
> IDE: Visual Studio 2010
> Is there a good tutorial on building boost iostream with zlib on windows.
We use the following flag when building boost:
-sZLIB_SOURCE=c:\path\to\zlib
where "c:\path\to\zlib" is the directory containing the files extracted
from the zlib archive.
The complete command line for reference (with bzip2 as well):
b2 -a -q -j8 address-model=64 link=static threading=multi
runtime-link=shared variant=release --with-iostreams
-sBZIP2_SOURCE=c:\path\to\bzip2 -sZLIB_SOURCE=c:\path\to\zlib stage
- Asbjørn