Author: sisbell Date: Wed Feb 21 22:48:08 2007 New Revision: 510421 URL: http://svn.apache.org/viewvc?view=rev&rev=510421 Log: Updated readme: build
Modified: incubator/nmaven/trunk/README.txt Modified: incubator/nmaven/trunk/README.txt URL: http://svn.apache.org/viewvc/incubator/nmaven/trunk/README.txt?view=diff&rev=510421&r1=510420&r2=510421 ============================================================================== --- incubator/nmaven/trunk/README.txt (original) +++ incubator/nmaven/trunk/README.txt Wed Feb 21 22:48:08 2007 @@ -1,3 +1,7 @@ +Prerequisites +* csc.exe must be available on your PATH. Usually it can be found in C:\WINDOWS\Microsoft.NET\Framework\[version] +* NUnit must be installed or otherwise configured, see http://incubator.apache.org/nmaven/getting-started.html + Initial Build * On the first build, execute the bootstrap-build script. On subsequent builds, you can just type mvn install from the command prompt.