J. Duke | 9883738 | 2007-12-01 00:00:00 +0000 | [diff] [blame] | 1 | README: |
Kelly O'Hair | 08094f7 | 2009-09-21 13:57:02 -0700 | [diff] [blame] | 2 | |
| 3 | This file should be located at the top of the Mercurial repository. |
J. Duke | 9883738 | 2007-12-01 00:00:00 +0000 | [diff] [blame] | 4 | |
| 5 | See http://openjdk.java.net/ for more information about the OpenJDK. |
| 6 | |
| 7 | See ../README-builds.html for complete details on build machine requirements. |
| 8 | |
| 9 | Simple Build Instructions: |
Kelly O'Hair | 08094f7 | 2009-09-21 13:57:02 -0700 | [diff] [blame] | 10 | This repository can be loaded as a NetBeans project, built with ant, or |
| 11 | built with GNU make, e.g. |
| 12 | ant |
| 13 | -OR- |
J. Duke | 9883738 | 2007-12-01 00:00:00 +0000 | [diff] [blame] | 14 | cd make && gnumake |
| 15 | |
Kelly O'Hair | 08094f7 | 2009-09-21 13:57:02 -0700 | [diff] [blame] | 16 | The built files that will be imported into the jdk build will be in the |
| 17 | "dist" directory. |
| 18 | Help information is available by running "ant -projecthelp" or "make help". |
| 19 | |