summaryrefslogtreecommitdiff
path: root/test/windows/README
blob: 5ab922867872878e5282e50e8fb07ee8282aa937 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
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, <db>-driver.bat and <db>.options to match
   your setup.

3. Run the 'unpack' script.

4. Set up VC++ lib and include directories for the following:

   mysql
   mysql64
   sqlite
   pgsql
   pgsql64
   oracle
   oracle64
   boost
   qtcore
   odb/libodb
   odb/libodb-mssql
   odb/libodb-mysql
   odb/libodb-oracle
   odb/libodb-pgsql
   odb/libodb-sqlite
   odb/libodb-boost
   odb/libodb-qt

   And bin directory for

   odb/bin/

5. Adjust DEVENV variable in setenv.bat.

6. Run the 'all' script:

   ./all <vc-version> <qt-version ><database> <conf> <plat> 2>&1 | tee all.log