README 432 B

1234567891011121314151617
  1. Build instruction:
  2. extract the archive to the mcs/class/ dir
  3. to build it on windows:
  4. nant
  5. to build it on linux:
  6. make -f makefile.gnu install prefix=/pathtoyourmonoinstallationdir/
  7. to run tests on windows:
  8. nant test
  9. to run tests on linux:
  10. cd Test
  11. make -f makefile.gnu test
  12. If you want to use it with other applications, you have to reference it with "-r System.Runtime.Serialization.Formatters.Soap1.dll"