2010-04-06 Jb Evain <jbevain@novell.com>
[mcs.git] / class / System.Runtime.Serialization.Formatters.Soap / README
blobc76b27d9c7667d574a54fd8fa601778387383c36
1 Build instruction:\r
2 extract the archive to the mcs/class/ dir\r
3 \r
4 to build it on windows:\r
5         nant\r
6 \r
7 to build it on linux:\r
8         make -f makefile.gnu install prefix=/pathtoyourmonoinstallationdir/\r
9 \r
10 to run tests on windows:\r
11         nant test\r
13 to run tests on linux:\r
14         cd Test\r
15         make -f makefile.gnu test\r
17 If you want to use it with other applications, you have to reference it with "-r System.Runtime.Serialization.Formatters.Soap1.dll" \r