Print this page


Split Close
Expand all
Collapse all
          --- old/./README-builds.html
          +++ new/./README-builds.html
↓ open down ↓ 618 lines elided ↑ open up ↑
 619  619  </blockquote>
 620  620  
 621  621  <p><a name="cups"></a></p>
 622  622  
 623  623  <blockquote>
 624  624    <p><strong><code>--with-cups=</code></strong><em>path</em> <br />
 625  625   select the CUPS install location</p>
 626  626  
 627  627  <p>The Common UNIX Printing System (CUPS) Headers are required for building the
 628  628     OpenJDK on Solaris and Linux. The Solaris header files can be obtained by
 629      -   installing the package <strong>SFWcups</strong> from the Solaris Software Companion
 630      -   CD/DVD, these often will be installed into the directory <code>/opt/sfw/cups</code>.</p>
      629 +   installing the package <strong>print/cups</strong>.</p>
 631  630  
 632  631  <p>The CUPS header files can always be downloaded from
 633  632     <a href="http://www.cups.org">www.cups.org</a>.</p>
 634  633  
 635  634  <p><strong><code>--with-cups-include=</code></strong><em>path</em> <br />
 636  635   select the CUPS include directory location</p>
 637  636  
 638  637  <p><strong><code>--with-debug-level=</code></strong><em>level</em> <br />
 639  638   select the debug information level of release, fastdebug, or slowdebug</p>
 640  639  
↓ open down ↓ 463 lines elided ↑ open up ↑
1104 1103  the utility command <code>make</code> (usually called <code>gmake</code> on Solaris). A few notes
1105 1104  about using GNU make:</p>
1106 1105  
1107 1106  <ul>
1108 1107  <li>You need GNU make version 3.81 or newer. On Windows 4.0 or newer is
1109 1108  recommended. If the GNU make utility on your systems is not of a suitable
1110 1109  version, see "<a href="#buildgmake">Building GNU make</a>".</li>
1111 1110  <li>Place the location of the GNU make binary in the <code>PATH</code>.</li>
1112 1111  <li><strong>Solaris:</strong> Do NOT use <code>/usr/bin/make</code> on Solaris. If your Solaris system
1113 1112  has the software from the Solaris Developer Companion CD installed, you
1114      -should try and use <code>gmake</code> which will be located in either the <code>/usr/bin</code>,
1115      -<code>/opt/sfw/bin</code> or <code>/usr/sfw/bin</code> directory.</li>
     1113 +should try and use <code>/usr/bin/gmake</code> or <code>/usr/gnu/bin/make</code>.</li>
1116 1114  <li><strong>Windows:</strong> Make sure you start your build inside a bash shell.</li>
1117 1115  <li><strong>Mac OS X:</strong> The XCode "command line tools" must be installed on your Mac.</li>
1118 1116  </ul>
1119 1117  
1120 1118  <p>Information on GNU make, and access to ftp download sites, are available on the
1121 1119  <a href="http://www.gnu.org/software/make/make.html">GNU make web site </a>. The latest
1122 1120  source to GNU make is available at
1123 1121  <a href="http://ftp.gnu.org/pub/gnu/make/">ftp.gnu.org/pub/gnu/make/</a>.</p>
1124 1122  
1125 1123  <p><a name="buildgmake"></a></p>
↓ open down ↓ 283 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX