blob: f5462658425a9e155a6ecc49eb82d0b395efd602 [file] [log] [blame]
duke5557ec62007-12-01 00:00:00 +00001README:
ohaircaf1e0e2009-09-21 13:57:02 -07002
3 This file should be located at the top of the Mercurial repository.
duke5557ec62007-12-01 00:00:00 +00004
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
9Simple Build Instructions:
ohaircaf1e0e2009-09-21 13:57:02 -070010 This repository can be loaded as a NetBeans project, built with ant, or
11 built with GNU make, e.g.
12 ant
13 -OR-
duke5557ec62007-12-01 00:00:00 +000014 cd make && gnumake
15
ohaircaf1e0e2009-09-21 13:57:02 -070016 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
20Drop Repository:
21 This repository builds sources from a created "drop" source directory.
22 These files will normally be copied from a shared directory area or
23 downloaded from a public website.
24 See the ant build script (build.xml) for more details.
duke5557ec62007-12-01 00:00:00 +000025