README

Sun, 25 Oct 2020 03:07:22 +0800

author
aoqi
date
Sun, 25 Oct 2020 03:07:22 +0800
changeset 2557
9b90877ac55a
parent 1133
50aaf272884f
permissions
-rw-r--r--

Added tag mips-jdk8u272-b10 for changeset 76a0f827e163

aoqi@0 1 README:
aoqi@0 2 This file should be located at the top of the OpenJDK Mercurial root
aoqi@0 3 repository. A full OpenJDK repository set (forest) should also include
aoqi@0 4 the following 6 nested repositories:
aoqi@0 5 "jdk", "hotspot", "langtools", "corba", "jaxws" and "jaxp".
aoqi@0 6
aoqi@0 7 The root repository can be obtained with something like:
aoqi@0 8 hg clone http://hg.openjdk.java.net/jdk8/jdk8 openjdk8
aoqi@0 9
aoqi@0 10 You can run the get_source.sh script located in the root repository to get
aoqi@0 11 the other needed repositories:
aoqi@0 12 cd openjdk8 && sh ./get_source.sh
aoqi@0 13
aoqi@0 14 People unfamiliar with Mercurial should read the first few chapters of
aoqi@0 15 the Mercurial book: http://hgbook.red-bean.com/read/
aoqi@0 16
aoqi@0 17 See http://openjdk.java.net/ for more information about OpenJDK.
aoqi@0 18
aoqi@0 19 Simple Build Instructions:
aoqi@0 20
aoqi@0 21 0. Get the necessary system software/packages installed on your system, see
aoqi@0 22 http://hg.openjdk.java.net/jdk8/jdk8/raw-file/tip/README-builds.html
aoqi@0 23
aoqi@0 24 1. If you don't have a jdk7u7 or newer jdk, download and install it from
aoqi@0 25 http://java.sun.com/javase/downloads/index.jsp
aoqi@0 26 Add the /bin directory of this installation to your PATH environment
aoqi@0 27 variable.
aoqi@0 28
aoqi@0 29 2. Configure the build:
aoqi@0 30 bash ./configure
aoqi@0 31
aoqi@0 32 3. Build the OpenJDK:
aoqi@0 33 make all
aoqi@0 34 The resulting JDK image should be found in build/*/images/j2sdk-image
aoqi@0 35
aoqi@0 36 where make is GNU make 3.81 or newer, /usr/bin/make on Linux usually
aoqi@0 37 is 3.81 or newer. Note that on Solaris, GNU make is called "gmake".
aoqi@0 38
aoqi@0 39 Complete details are available in the file:
aoqi@0 40 http://hg.openjdk.java.net/jdk8/jdk8/raw-file/tip/README-builds.html

mercurial