Mono.Zeroconf – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 Downloading
2 -----------
3  
4 Mono.Zeroconf is available as zip file containing pre-compiled assemblies
5 useful to Windows developers, which also includes the command line tool,
6 MZClient. Additionally, the source code containing a Visual Studio solution
7 is available in a separate zip file.
8  
9 a) mono-zeroconf-<version>-binary.zip: pre-compiled assemblies
10 b) mono-zeroconf-<version>.zip: full source code
11  
12  
13 Running
14 -------
15  
16 To run Mono.Zeroconf properly on Windows, Apple's Bonjour must be installed
17 first. For licensing reasons, we cannot bundle Bonjour with Mono.Zeroconf.
18  
19 Bonjour for Windows can be downloaded here:
20  
21 http://www.apple.com/support/downloads/bonjourforwindows.html
22  
23 After installing Bonjour, applications using Mono.Zeroconf should work
24 properly on Windows.
25  
26 The MZClient.exe program can be used to test Mono.Zeroconf and Bonjour
27 in general.
28