Skip to content
This repository was archived by the owner on Jan 14, 2021. It is now read-only.

Commit 63ec1e7

Browse files
committedJan 23, 2008
Updated
svn path=/trunk/Mono.Zeroconf/; revision=93621
1 parent 7cdd0ea commit 63ec1e7

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed
 

‎Makefile.am

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ release:
3939
sha1sum $(PKV).* > $(PKV).sha1sum && \
4040
touch LATEST-IS-$(VERSION) && \
4141
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).* && \
4343
echo "Sleeping 10 seconds, about to tag release (as user $$MONO_USER)..."; \
4444
sleep 10; \
4545
echo "Starting svn tag..."; \

‎README.Windows

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
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+
116
To run Mono.Zeroconf properly on Windows, Apple's Bonjour must be installed
217
first. For licensing reasons, we cannot bundle Bonjour with Mono.Zeroconf.
318

0 commit comments

Comments
 (0)