source: trunk/README@ 188

Last change on this file since 188 was 188, checked in by dmik, 15 years ago

Wording.

  • Property svn:executable set to *
File size: 1.2 KB
RevLine 
[20]1OpenJDK 6 for OS/2 and eCS
2
[188]3This document contains information about building the OpenJDK 6 source code on OS/2.
4
[20]5Requirements (draft)
6
[61]71. GCC 4.4.4 + WLINK (ftp://ftp.netlabs.org/pub/qt4/tools/gcc-4_4_4-complete-20100712.zip)
[172]82. Odin32 SDK (take from SVN at http://svn.netlabs.org/repos/odin32/trunk)
[24]93a. Java 1.5.0 (so far, download link is to be clarified)
[172]103b. JAXB 2.1 (https://jaxb.dev.java.net/2.1/JAXB2_20061211.jar, install it with java -jar JAXB2_20061211.jar)
[24]114a. Ant 1.8.1 (http://ant.apache.org/bindownload.cgi)
124b. Patched ant.jar for Ant 1.8.1 (ftp://ftp.netlabs.org/pub/qt4/tmp/ant-1.8.1-patch-os2_cmd_line_length.zip)
[76]135. Object REXX (can bue turned on system-wide with the standard SWITCHRX.CMD script)
[172]146. The contents of the j2sdk-image directory of the Windows build of OpenJDK6 (for parts still missing from the OS/2 port)
[20]15
16Copy LocalEnv.tpl.cmd to LocalEnv.cmd and alter according to your environment
17and then use env.cmd to set it up.
18
19It is recommended to download ftp://ftp.netlabs.org/pub/qt4/tools/se11.zip to
20have env.cmd called automatically whenever you enter "se something" in any
21directory inside the project root.
22
23See http://svn.netlabs.org/java for more details.
24
Note: See TracBrowser for help on using the repository browser.