File: README.Windows

package info (click to toggle)
mono-zeroconf 0.9.0-6.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 1,356 kB
  • sloc: cs: 6,734; sh: 3,457; xml: 1,064; makefile: 305
file content (28 lines) | stat: -rw-r--r-- 876 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Downloading
-----------

Mono.Zeroconf is available as zip file containing pre-compiled assemblies 
useful to Windows developers, which also includes the command line tool, 
MZClient. Additionally, the source code containing a Visual Studio solution
is available in a separate zip file.

  a) mono-zeroconf-<version>-binary.zip:  pre-compiled assemblies
  b) mono-zeroconf-<version>.zip:         full source code


Running
-------

To run Mono.Zeroconf properly on Windows, Apple's Bonjour must be installed
first. For licensing reasons, we cannot bundle Bonjour with Mono.Zeroconf.

Bonjour for Windows can be downloaded here:

    http://www.apple.com/support/downloads/bonjourforwindows.html

After installing Bonjour, applications using Mono.Zeroconf should work 
properly on Windows. 

The MZClient.exe program can be used to test Mono.Zeroconf and Bonjour 
in general.