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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRodrigo Moya <rodrigo@mono-cvs.ximian.com>2002-05-11 00:02:03 +0400
committerRodrigo Moya <rodrigo@mono-cvs.ximian.com>2002-05-11 00:02:03 +0400
commit5f8029d2ffcdbe6e7a47bb7056fd60e36aea1837 (patch)
tree6c468c96ea889b7a04c5589d445a39395155b22a /web/ado-net
parenta11775fb49ccccf6359383dd76d8d82730c5ccf1 (diff)
2002-05-10 Rodrigo Moya <rodrigo@ximian.com>
* doc/ado-net: added instructions for compiling System.Data.dll (a subset of) on Linux. svn path=/trunk/mono/; revision=4506
Diffstat (limited to 'web/ado-net')
-rw-r--r--web/ado-net14
1 files changed, 6 insertions, 8 deletions
diff --git a/web/ado-net b/web/ado-net
index 85ef0f1ed45..d5093e1662b 100644
--- a/web/ado-net
+++ b/web/ado-net
@@ -118,16 +118,14 @@
<b>On Linux</b>
<ul>
- * update your mono and mcs sources.
+ * update your mono sources. Be sure you have latest mcs.exe
+ and .dll's, since there have been many fixes needed for
+ compilation on Linux.
- * get the files from mcs/class/lib/*.dll and mcs/mcs/mcs*
- built on windows, and put them on your
- linux machine at, for example, ~/mono/install/bin and
- ~/mono/install/lib
+ * compile System.Data.dll:
- * compile the test program along with the System.Data,
- System.Data.Common, System.Data.SqlClient, and
- System.Data.SqlTypes. The test program to use is PostgreTest.cs
+ cd mcs/class/System.Data
+ mcs --target library -o System.Data.dll @list
</ul>
* Testing