README-builds.html

changeset 796
b1e9396fb8af
parent 783
92facce22941
child 1133
50aaf272884f
equal deleted inserted replaced
795:64f52ef175a4 796:b1e9396fb8af
441 <a href="#msys">MinGW/MSYS</a> 441 <a href="#msys">MinGW/MSYS</a>
442 </li> 442 </li>
443 <li> 443 <li>
444 Install 444 Install
445 <a href="#vs2010">Visual Studio 2010</a> 445 <a href="#vs2010">Visual Studio 2010</a>
446 </li>
447 <li>
448 Install the
449 <a href="#dxsdk">Microsoft DirectX SDK</a>
450 </li> 446 </li>
451 </ul> 447 </ul>
452 </td> 448 </td>
453 <td> 449 <td>
454 Install 450 Install
967 <tr> 963 <tr>
968 <td><b><code>--with-dev-kit=</code></b><i>path</i></td> 964 <td><b><code>--with-dev-kit=</code></b><i>path</i></td>
969 <td> 965 <td>
970 select location of the compiler install or 966 select location of the compiler install or
971 developer install location 967 developer install location
972 </td>
973 </tr>
974 <tr>
975 <td><b><code>--with-dxsdk=</code></b><i>path</i></td>
976 <td>
977 select location of the Windows Direct X SDK install
978 <br>
979 The <a name="dxsdk">Microsoft DirectX 9.0 SDK</a>
980 header files and libraries
981 from the Summer 2004 edition
982 are required for building OpenJDK.
983 This SDK can be downloaded from
984 <a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=FD044A42-9912-42A3-9A9E-D857199F888E&amp;displaylang=en" target="_blank">
985 Microsoft DirectX 9.0 SDK (Summer 2004)</a>.
986 If the link above becomes obsolete, the SDK can be found from
987 <a href="http://download.microsoft.com" target="_blank">the Microsoft Download Site</a>
988 (search with "DirectX 9.0 SDK Update Summer 2004").
989 Installation usually will set the environment variable
990 <code>DXSDK_DIR</code> to it's install location.
991 </td> 968 </td>
992 </tr> 969 </tr>
993 <tr> 970 <tr>
994 <td><b><code>--with-freetype=</code></b><i>path</i></td> 971 <td><b><code>--with-freetype=</code></b><i>path</i></td>
995 <td> 972 <td>

mercurial