-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME
57 lines (37 loc) · 1.54 KB
/
README
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
46
47
48
49
50
51
52
53
54
55
56
DBD::InterBase -- DBI driver for Firebird and InterBase RDBMS server.
$Id: README 360 2005-09-12 03:25:30Z edpratomo $
Copyright (c) 1999-2005 Edwin Pratomo
Portions Copyright (c) 2001-2005 Daniel Ritz
You may distribute under the terms of either the GNU General Public
License or the Artistic License, as specified in the Perl README file.
PLEASE READ THE ENTIRE README FILE CAREFULLY !
WARNING: THIS IS BETA SOFTWARE. Your mileage may vary.
REQUIREMENTS:
- Perl 5.004 installed
- Perl DBI (1.41 and higher)
- Firebird (2.1 and higher)
- A C compiler
* UN*X
GCC 2.95.2 (tested, older may or may not work) or other capable
* Windows
- Strawberry perl comes with it's own compiler (mingw)
- or Microsoft Express VC++ 9.0 (2008)
*BEFORE* BUILDING, TESTING AND INSTALLING this you will need to:
- Build, test and install Perl 5 (at least 5.004).
It is very important to TEST it and INSTALL it!
- Build, test and install the DBI module (at least DBI 1.41).
It is very important to TEST it and INSTALL it!
- Remember to *read* the DBI README file!
- Make sure that Firebird server is running (for testing telnet localhost 3050)
BUILDING:
Win32/Win64 with Strawberry
type 'make' from the console
Win32/Win64 with MS compiler:
type 'nmake', not just 'make'
To Configure and build the DBD:
perl Makefile.PL
(when asked to specify a test database, please specify a non-existing file)
make
TESTING
make test
make install (if the tests look okay)