forked from mono/Mono.Zeroconf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.Windows
28 lines (18 loc) · 876 Bytes
/
README.Windows
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
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.