README

Mon, 22 Aug 2016 13:40:22 -0700

author
asaha
date
Mon, 22 Aug 2016 13:40:22 -0700
changeset 1274
c6d719a4fcd7
parent 286
f50545b5e2f1
child 637
9c07ef4934dd
permissions
-rw-r--r--

Added tag jdk8u112-b10 for changeset 29aaa22088ee

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