jaxp/README
author duke
Wed, 05 Jul 2017 16:46:56 +0200
changeset 1926 0c4657194eec
parent 6 7f561c08de6b
child 3879 0d9209bdf36c
permissions -rw-r--r--
Merge
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
6
7f561c08de6b Initial load
duke
parents:
diff changeset
     1
README:
7f561c08de6b Initial load
duke
parents:
diff changeset
     2
  This file should be located at the top of the jaxp Mercurial repository.
7f561c08de6b Initial load
duke
parents:
diff changeset
     3
7f561c08de6b Initial load
duke
parents:
diff changeset
     4
  See http://openjdk.java.net/ for more information about the OpenJDK.
7f561c08de6b Initial load
duke
parents:
diff changeset
     5
7f561c08de6b Initial load
duke
parents:
diff changeset
     6
  See ../README-builds.html for complete details on build machine requirements.
7f561c08de6b Initial load
duke
parents:
diff changeset
     7
7f561c08de6b Initial load
duke
parents:
diff changeset
     8
Simple Build Instructions:
7f561c08de6b Initial load
duke
parents:
diff changeset
     9
7f561c08de6b Initial load
duke
parents:
diff changeset
    10
    cd make && gnumake
7f561c08de6b Initial load
duke
parents:
diff changeset
    11
     
7f561c08de6b Initial load
duke
parents:
diff changeset
    12
  The files that will be imported into the jdk build will be in the "dist"
7f561c08de6b Initial load
duke
parents:
diff changeset
    13
  directory.
7f561c08de6b Initial load
duke
parents:
diff changeset
    14