README

Mon, 14 Sep 2020 16:42:08 +0100

author
andrew
date
Mon, 14 Sep 2020 16:42:08 +0100
changeset 2114
a5b79eebcc1f
parent 282
ff3ad1d8c057
child 759
7ea027fae4d8
permissions
-rw-r--r--

Added tag jdk8u272-b08 for changeset 9d92962b2fe3

duke@1 1 README:
ohair@88 2
ohair@88 3 This file should be located at the top of the Mercurial repository.
duke@1 4
duke@1 5 See http://openjdk.java.net/ for more information about the OpenJDK.
duke@1 6
duke@1 7 See ../README-builds.html for complete details on build machine requirements.
duke@1 8
duke@1 9 Simple Build Instructions:
ohair@88 10 This repository can be loaded as a NetBeans project, built with ant, or
ohair@88 11 built with GNU make, e.g.
ohair@88 12 ant
ohair@88 13 -OR-
duke@1 14 cd make && gnumake
duke@1 15
ohair@88 16 The built files that will be imported into the jdk build will be in the
ohair@88 17 "dist" directory.
ohair@88 18 Help information is available by running "ant -projecthelp" or "make help".
duke@1 19

mercurial