Author: rgardler
Date: Thu Aug 4 10:04:12 2011
New Revision: 1153822
URL: http://svn.apache.org/viewvc?rev=1153822&view=rev
Log:
Add instructions for windows users
Modified:
incubator/wookie/site/trunk/content/wookie/docs/download.mdtext
Modified: incubator/wookie/site/trunk/content/wookie/docs/download.mdtext
URL:
http://svn.apache.org/viewvc/incubator/wookie/site/trunk/content/wookie/docs/download.mdtext?rev=1153822&r1=1153821&r2=1153822&view=diff
==============================================================================
--- incubator/wookie/site/trunk/content/wookie/docs/download.mdtext (original)
+++ incubator/wookie/site/trunk/content/wookie/docs/download.mdtext Thu Aug 4
10:04:12 2011
@@ -38,7 +38,11 @@ To build from source follow these steps:
We've got some notes on setting up a [development environment][1] for Wookie.
-### Building on Linux
+### Building
+
+We use Apache Ant to manage our build process. This makes it really easy to
build on any platform.
+
+#### Building on Linux
If you are running Ubuntu Linux the commands you need to carry out a source
installation are:
@@ -47,6 +51,20 @@ If you are running Ubuntu Linux the comm
sudo apt-get install ant1.7
svn co http://svn.apache.org/repos/asf/incubator/wookie/trunk
~/projects/wookie
+Now skip to "Running Wookie" below.
+
+#### Building on Windows
+
+If you are running Windows you need to download and install the following
applications:
+
+ - [Java Development Kit][2]
+ - [Apache Subversion][3]
+ - [Apache Ant][4]
+
+Once you've installed those applications you should checkout the source as
follows:
+
+ svn co http://svn.apache.org/repos/asf/incubator/wookie/trunk
~/projects/wookie
+
### Running Wookie
There are various ways of running Wookie, the simplest is to run in standalone
mode:
@@ -66,4 +84,7 @@ A good place to start your reading is ou
[development environment](/wookie/docs/development/develop.html).
- [1]: /docs/develop.html
\ No newline at end of file
+ [1]: /docs/develop.html
+ [2]: http://jdk6.java.net/download.html
+ [3]: http://subversion.apache.org/
+ [4]: http://ant.apache.org/
\ No newline at end of file