README

Wed, 21 Oct 2020 02:49:52 +0100

author
andrew
date
Wed, 21 Oct 2020 02:49:52 +0100
changeset 1918
49de3fc91f8c
parent 286
f50545b5e2f1
child 637
9c07ef4934dd
permissions
-rw-r--r--

Added tag jdk8u272-ga for changeset 1dc430818e0c

duke@1 1 README:
ohair@85 2
ohair@85 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@85 10 This repository can be loaded as a NetBeans project, built with ant, or
ohair@85 11 built with GNU make, e.g.
ohair@85 12 ant
ohair@85 13 -OR-
duke@1 14 cd make && gnumake
duke@1 15
ohair@85 16 The built files that will be imported into the jdk build will be in the
ohair@85 17 "dist" directory.
ohair@85 18 Help information is available by running "ant -projecthelp" or "make help".
duke@1 19

mercurial