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

README « System.Runtime.Serialization.Formatters.Soap « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c76b27d9c7667d574a54fd8fa601778387383c36 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Build instruction:
extract the archive to the mcs/class/ dir

to build it on windows:
	nant

to build it on linux:
	make -f makefile.gnu install prefix=/pathtoyourmonoinstallationdir/

to run tests on windows:
	nant test

to run tests on linux:
	cd Test
	make -f makefile.gnu test

If you want to use it with other applications, you have to reference it with "-r System.Runtime.Serialization.Formatters.Soap1.dll"