Skip to content

Commit

Permalink
Updated
Browse files Browse the repository at this point in the history
svn path=/trunk/Mono.Zeroconf/; revision=93621
  • Loading branch information
abock committed Jan 23, 2008
1 parent 7cdd0ea commit 63ec1e7
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ release:
sha1sum $(PKV).* > $(PKV).sha1sum && \
touch LATEST-IS-$(VERSION) && \
ssh [email protected] rm /home/banshee/public_html/files/mono-zeroconf/LATEST-IS*; \
scp $(PKV).* LATEST* README [email protected]:public_html/files/mono-zeroconf/ && rm LATEST* $(PKV).* && \
scp $(PKV).* LATEST* README README.Windows [email protected]:public_html/files/mono-zeroconf/ && rm LATEST* $(PKV).* $(PKB).* && \
echo "Sleeping 10 seconds, about to tag release (as user $$MONO_USER)..."; \
sleep 10; \
echo "Starting svn tag..."; \
Expand Down
15 changes: 15 additions & 0 deletions README.Windows
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
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.

Expand Down

0 comments on commit 63ec1e7

Please sign in to comment.