Upadted Docs for 1.12 pre-3

This commit is contained in:
clay_shooter
2007-03-25 13:43:40 +00:00
parent d2777b692e
commit 2d08b9e43a
2 changed files with 26 additions and 24 deletions

View File

@@ -25,14 +25,14 @@ The Servlet examples that required j2ee libraries to compile have temporarily
been removed.
<p>
<H1>Development Environment</h1>
The simplest build environment involves MS Visual C++ 6.0, Eclipse 3.1 and JDK 1.4.
The simplest build environment involves MS Visual C++ 6.0, Eclipse 3.2 and JDK 1.4.
In that situation, you would just create the <i>compilation_tools.properties</i>
using the example build.xml as a template. All of the releases, up through 1.11,
using the example build.xml as a template. All of the releases, up through 1.12,
were built using Visual C++ 6.0.
<UL>
<li> Microsoft Visual C++ 6.0 and it's included library. (to D:\apps in my case)
<li> Eclipse 3.1 or later from www.eclipse.org.
<li> Java JDK 1.4 (this was built using 1.4.2.09)
<li> Java JDK 1.4 (this was built using 1.4.2.13)
</ul>
<p>
64 bit builds are supported with release 1.11. Tools required for 64 bit builds
@@ -47,7 +47,7 @@ include:
</ul>
<li> Eclipse 3.1 or later from www.eclipse.org.
<li> Java JDK 1.4 (this was built using 1.4.2.09)
<li> Java JDK 1.4 (this was built using 1.4.2.13)
</ul>
Compilation using JDK 1.5 has not been tested