README

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

author
aoqi
date
Sun, 25 Oct 2020 03:07:23 +0800
changeset 14223
21c0f8599837
parent 9912
c21f24b2cdfc
permissions
-rw-r--r--

Added tag mips-jdk8u272-b10 for changeset 5a272e10d7e7

aoqi@0 1 README:
aoqi@0 2 This file should be located at the top of the jdk Mercurial repository.
aoqi@0 3
aoqi@0 4 See http://openjdk.java.net/ for more information about the OpenJDK.
aoqi@0 5
aoqi@0 6 Simple Build Instructions:
aoqi@0 7
aoqi@0 8 1. Download and install a JDK 6 from
aoqi@0 9 http://java.sun.com/javase/downloads/index.jsp
aoqi@0 10 Set the environment variable ALT_BOOTDIR to the location of this JDK 6.
aoqi@0 11
aoqi@0 12 2. Either download and install the latest JDK7 from
aoqi@0 13 http://download.java.net/openjdk/jdk7/, or build your own complete
aoqi@0 14 OpenJDK7 by using the top level Makefile in the OpenJDK Mercurial forest.
aoqi@0 15 Set the environment variable ALT_JDK_IMPORT_PATH to the location of
aoqi@0 16 this latest JDK7 or OpenJDK7 build.
aoqi@0 17
aoqi@0 18 3. Check the sanity of doing a build with the current machine:
aoqi@0 19 cd make && gnumake sanity
aoqi@0 20 See README-builds.html if you run into problems.
aoqi@0 21
aoqi@0 22 4. Do a partial build of the jdk:
aoqi@0 23 cd make && gnumake all
aoqi@0 24
aoqi@0 25 5. Construct the images:
aoqi@0 26 cd make && gnumake images
aoqi@0 27 The resulting JDK image should be found in build/*/j2sdk-image
aoqi@0 28
aoqi@0 29

mercurial