This repository was archived by the owner on Jan 14, 2021. It is now read-only.
File tree 2 files changed +16
-1
lines changed
2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ release:
39
39
sha1sum $(PKV ) .* > $(PKV ) .sha1sum && \
40
40
touch LATEST-IS-$(VERSION ) && \
41
41
ssh banshee@banshee-project.org rm /home/banshee/public_html/files/mono-zeroconf/LATEST-IS* ; \
42
- scp $(PKV ) .* LATEST* README banshee@banshee-project.org:public_html/files/mono-zeroconf/ && rm LATEST* $(PKV ) .* && \
42
+ scp $(PKV ) .* LATEST* README README.Windows banshee@banshee-project.org:public_html/files/mono-zeroconf/ && rm LATEST* $(PKV ) . * $( PKB ) .* && \
43
43
echo " Sleeping 10 seconds, about to tag release (as user $$ MONO_USER)..." ; \
44
44
sleep 10; \
45
45
echo " Starting svn tag..." ; \
Original file line number Diff line number Diff line change
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
+
1
16
To run Mono.Zeroconf properly on Windows, Apple's Bonjour must be installed
2
17
first. For licensing reasons, we cannot bundle Bonjour with Mono.Zeroconf.
3
18
You can’t perform that action at this time.
0 commit comments