Index: readme.build.txt =================================================================== diff -u -N --- readme.build.txt (revision 0) +++ readme.build.txt (revision b50df1679bb9a1e885407c034fc37fb7064709a8) @@ -0,0 +1,7 @@ +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 + +Copy Handler project depends on: +- Boost libraries (http://www.boost.org) Index: scripts/readme.txt =================================================================== diff -u -N --- scripts/readme.txt (revision 0) +++ scripts/readme.txt (revision b50df1679bb9a1e885407c034fc37fb7064709a8) @@ -0,0 +1,13 @@ +This directory contains scripts aiding with releasing new Copy Handler versions. + +Scripts requirements: +- ActivePerl (for tagging debug symbols with source server information) +- Subversion client (command line) with svnversion script +- Debugging tools for Windows (symstore) +- 7zip (packaging) +- InnoSetup + Preprocessor pack + +Notes: +1. Those requirements does not include the dependencies required by the build process, which must also be met. +2. All tools must be available in %PATH +3. Scripts should be called from the directory where they are placed. \ No newline at end of file