README

Sat, 07 Nov 2020 10:30:02 +0800

author
aoqi
date
Sat, 07 Nov 2020 10:30:02 +0800
changeset 1921
7166269ef0f1
parent 637
9c07ef4934dd
permissions
-rw-r--r--

Added tag mips-jdk8u275-b01 for changeset fdbe50121f48

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

mercurial