From 3278c862abfc4a6cb9c27cd9dcfce2b8f2b73910 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 23 Feb 2011 13:47:34 +0200 Subject: Add Windows test scripts --- test/windows/README | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 test/windows/README (limited to 'test/windows/README') diff --git a/test/windows/README b/test/windows/README new file mode 100644 index 0000000..8efd025 --- /dev/null +++ b/test/windows/README @@ -0,0 +1,34 @@ +Assumptions: + + 1. Root directory is c:\projects + 2. Cygwin is in c:\cygwin + 3. T:\pack contains the source packages and odb compiler binary for + Windows (drive T: is mapped to your /tmp directory). + +Steps: + +1. Copy odb\ to the root directory. + +2. Edit default.options, mysql-driver.bat and mysql.options to match + your setup. + +3. Run the 'unpack' script. + +4. Set up VC++ lib and include directories for the following: + + mysql + mysql64 + odb/libodb + odb/libodb-tracer + odb/libodb-mysql + odb/libodb-boost + + And bin directory for + + odb/bin/ + +5. Adjust DEVENV variable in setenv.bat. + +6. Run the 'all' script: + + ./all 2>&1 | tee all.log -- cgit v1.1