Welcome to mirror list, hosted at ThFree Co, Russian Federation.

readme.txt « FirebirdSql.Data.Firebird « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9eaa40836fe9be333c06a20e6713a34e699d2a29 (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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
Firebird ADO.NET Data provider for .NET and Mono 
================================================

This project is supported by:
---- ------- -- --------- ---

	Sean Leyne ( Broadview Software )


Developement list
-----------------

You can subscribe to the developement list at:

	http://lists.sourceforge.net/lists/listinfo/firebird-net-provider


You can access to the lastest developement sources through CVS, see:

	http://sourceforge.net/cvs/?group_id=9028


Reporting Bugs
--------------

Yo can report bugs using two ways:

1. Sending it to the developement list.
2. If you have a Sourceforge ID you can send it using the Bugs section of the Firebird Project web page 
(category .Net Provider):


	http://sourceforge.net/tracker/?group_id=9028&atid=109028


Requirements for build the sources on Windows
---------------------------------------------

- The Microsoft .NET Framework or Mono:: platform.


Build with Microsoft .NET Framework:

	- You need the Microsoft .NET Platform.

	- The provider sources have a build file for NAnt ( http://nant.sourceforge.net/ ), 
	FirebirdNetProvider.build.

	For build it you only need to exececute nant (0.85) on the same directory as the build file.

	- The Nant build file generates (inside framework version directory net-1.0, net-1.1, ...):

			1.- FirebirdSql.Data.Firebird.dll ( binary of the ADO .NET data provider )
			2.- FirebirdSql.Data.Firebird.UnitTest.dll ( binary of the NUnit tests. )
			3.- MSDN style documentation.


Build with mono:: platform ( www.go-mono.com ):

	- The mono platform with ICU support.

	- The provider sources have a build file, makefile, for build the sources ( this script file needs Cygwin ).

	- The makefile build file generates:

		1.- FirebirdSql.Data.Firebird.dll ( binary of the ado .net provider )

	Note : You can build it using NAnt too, for this you need to modify the NAnt script changing the build 
	file for allow it.



Requirements for build the sources on Linux
-------------------------------------------

Build with mono:: platform ( www.go-mono.com ):

	- The mono platform with ICU support.

	- The provider sources have a build file, makefile, for build the sources, you only need to execute make on the same
	directory as the script.