Index: readme.build.txt =================================================================== diff -u -N -rb50df1679bb9a1e885407c034fc37fb7064709a8 -re5f0a0e2d61c9d5f77b844944f8318b5d122a5b3 --- readme.build.txt (.../readme.build.txt) (revision b50df1679bb9a1e885407c034fc37fb7064709a8) +++ readme.build.txt (.../readme.build.txt) (revision e5f0a0e2d61c9d5f77b844944f8318b5d122a5b3) @@ -1,7 +1,12 @@ To build Copy Handler from source code, you need to have: -- Visual Studio 2008 (at least standard edition, because of dependencies on MFC) + SP1 -- Debugging tools for Windows (needed for crash dump generation) -- Recommended: newest Windows SDK +- Visual Studio 2008 (at least standard edition, because of dependencies on MFC) + SP1 + newest Visual Studio updates +- Newest Windows SDK +- Debugging tools for Windows (needed for crash dump generation) - seems to be integrated with newer Windows SDKs Copy Handler project depends on: - Boost libraries (http://www.boost.org) + - Needs building: + for x64 + bjam --toolset=msvc-9.0 address-model=64 define=_BIND_TO_CURRENT_VCLIBS_VERSION --build-type=complete --stagedir=lib\x64 stage + for x32 + bjam --toolset=msvc-9.0 address-model=32 define=_BIND_TO_CURRENT_VCLIBS_VERSION --build-type=complete --stagedir=lib\x32 stage