Updated Firebird provider sources to 1.7.1 RC1 version
[mono.git] / mcs / class / FirebirdSql.Data.Firebird / readme.txt
1 Firebird ADO.NET Data provider for .NET and Mono 
2 ================================================
3
4 This project is supported by:
5 ---- ------- -- --------- ---
6
7         Sean Leyne ( Broadview Software )
8
9
10 Developement list
11 -----------------
12
13 You can subscribe to the developement list at:
14
15         http://lists.sourceforge.net/lists/listinfo/firebird-net-provider
16
17
18 You can access to the lastest developement sources through CVS, see:
19
20         http://sourceforge.net/cvs/?group_id=9028
21
22
23 Reporting Bugs
24 --------------
25
26 Yo can report bugs using two ways:
27
28 1. Sending it to the developement list.
29 2. If you have a Sourceforge ID you can send it using the Bugs section of the Firebird Project web page 
30 (category .Net Provider):
31
32
33         http://sourceforge.net/tracker/?group_id=9028&atid=109028
34
35
36 Requirements for build the sources on Windows
37 ---------------------------------------------
38
39 - The Microsoft .NET Framework or Mono:: platform.
40
41
42 Build with Microsoft .NET Framework:
43
44         - You need the Microsoft .NET Platform.
45
46         - The provider sources have a build file for NAnt ( http://nant.sourceforge.net/ ), 
47         FirebirdNetProvider.build.
48
49         For build it you only need to exececute nant (0.85) on the same directory as the build file.
50
51         - The Nant build file generates (inside framework version directory net-1.0, net-1.1, ...):
52
53                         1.- FirebirdSql.Data.Firebird.dll ( binary of the ADO .NET data provider )
54                         2.- FirebirdSql.Data.Firebird.UnitTest.dll ( binary of the NUnit tests. )
55                         3.- MSDN style documentation.
56
57
58 Build with mono:: platform ( www.go-mono.com ):
59
60         - The mono platform with ICU support.
61
62         - The provider sources have a build file, makefile, for build the sources ( this script file needs Cygwin ).
63
64         - The makefile build file generates:
65
66                 1.- FirebirdSql.Data.Firebird.dll ( binary of the ado .net provider )
67
68         Note : You can build it using NAnt too, for this you need to modify the NAnt script changing the build 
69         file for allow it.
70
71
72
73 Requirements for build the sources on Linux
74 -------------------------------------------
75
76 Build with mono:: platform ( www.go-mono.com ):
77
78         - The mono platform with ICU support.
79
80         - The provider sources have a build file, makefile, for build the sources, you only need to execute make on the same
81         directory as the script.