Merge pull request #5201 from alexrp/code-owners
[mono.git] / mcs / class / System.Runtime.Serialization.Formatters.Soap / README
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
12 \r
13 to run tests on linux:\r
14         cd Test\r
15         make -f makefile.gnu test\r
16 \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