Clone
ixen <ixen@copyhandler.com>
committed
on 23 Oct 11
Relocated and updated some docs (especially important is a command line for building boost).
LoggerImprovements + 5 more
readme.build.txt (+8 -3)
1 1 To build Copy Handler from source code, you need to have:
2   - Visual Studio 2008 (at least standard edition, because of dependencies on MFC) + SP1
3   - Debugging tools for Windows (needed for crash dump generation)
4   - Recommended: newest Windows SDK
  2 - Visual Studio 2008 (at least standard edition, because of dependencies on MFC) + SP1 + newest Visual Studio updates
  3 - Newest Windows SDK
  4 - Debugging tools for Windows (needed for crash dump generation) - seems to be integrated with newer Windows SDKs
5 5
6 6 Copy Handler project depends on:
7 7 - Boost libraries (http://www.boost.org)
  8    - Needs building:
  9      for x64
  10         bjam --toolset=msvc-9.0 address-model=64 define=_BIND_TO_CURRENT_VCLIBS_VERSION --build-type=complete --stagedir=lib\x64 stage
  11      for x32
  12         bjam --toolset=msvc-9.0 address-model=32 define=_BIND_TO_CURRENT_VCLIBS_VERSION --build-type=complete --stagedir=lib\x32 stage