You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@etch.apache.org by ve...@apache.org on 2011/12/12 16:17:50 UTC

svn commit: r1213269 - /incubator/etch/trunk/examples/chat/dist-README.txt

Author: veithm
Date: Mon Dec 12 15:17:50 2011
New Revision: 1213269

URL: http://svn.apache.org/viewvc?rev=1213269&view=rev
Log:
ETCH-93 Added further build instruction to chat example

Modified:
    incubator/etch/trunk/examples/chat/dist-README.txt

Modified: incubator/etch/trunk/examples/chat/dist-README.txt
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/examples/chat/dist-README.txt?rev=1213269&r1=1213268&r2=1213269&view=diff
==============================================================================
--- incubator/etch/trunk/examples/chat/dist-README.txt (original)
+++ incubator/etch/trunk/examples/chat/dist-README.txt Mon Dec 12 15:17:50 2011
@@ -1,7 +1,9 @@
 To get started with the example you will need jdk 1.5.0_x,
 where x is pretty recent (>= 15), or any release of jdk 1.6.
-You will also need ant 1.8.2. You will also need microsoft .net
-sdk 2.0 for csharp builds.
+You will also need ant 1.8.2. 
+For building the csharp examples you need the Microsoft .NET Framework v4.0 or higher. 
+Furthermore you need to add the .NET Framework path to your PATH environment variable:
+set PATH=C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319;%PATH%
 
 Call 
 > ant