equal
deleted
inserted
replaced
624 <p><strong><code>--with-cups=</code></strong><em>path</em> <br /> |
624 <p><strong><code>--with-cups=</code></strong><em>path</em> <br /> |
625 select the CUPS install location</p> |
625 select the CUPS install location</p> |
626 |
626 |
627 <p>The Common UNIX Printing System (CUPS) Headers are required for building the |
627 <p>The Common UNIX Printing System (CUPS) Headers are required for building the |
628 OpenJDK on Solaris and Linux. The Solaris header files can be obtained by |
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 |
629 installing the package <strong>print/cups</strong>.</p> |
630 CD/DVD, these often will be installed into the directory <code>/opt/sfw/cups</code>.</p> |
|
631 |
630 |
632 <p>The CUPS header files can always be downloaded from |
631 <p>The CUPS header files can always be downloaded from |
633 <a href="http://www.cups.org">www.cups.org</a>.</p> |
632 <a href="http://www.cups.org">www.cups.org</a>.</p> |
634 |
633 |
635 <p><strong><code>--with-cups-include=</code></strong><em>path</em> <br /> |
634 <p><strong><code>--with-cups-include=</code></strong><em>path</em> <br /> |
1109 recommended. If the GNU make utility on your systems is not of a suitable |
1108 recommended. If the GNU make utility on your systems is not of a suitable |
1110 version, see "<a href="#buildgmake">Building GNU make</a>".</li> |
1109 version, see "<a href="#buildgmake">Building GNU make</a>".</li> |
1111 <li>Place the location of the GNU make binary in the <code>PATH</code>.</li> |
1110 <li>Place the location of the GNU make binary in the <code>PATH</code>.</li> |
1112 <li><strong>Solaris:</strong> Do NOT use <code>/usr/bin/make</code> on Solaris. If your Solaris system |
1111 <li><strong>Solaris:</strong> Do NOT use <code>/usr/bin/make</code> on Solaris. If your Solaris system |
1113 has the software from the Solaris Developer Companion CD installed, you |
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>, |
1113 should try and use <code>/usr/bin/gmake</code> or <code>/usr/gnu/bin/make</code>.</li> |
1115 <code>/opt/sfw/bin</code> or <code>/usr/sfw/bin</code> directory.</li> |
|
1116 <li><strong>Windows:</strong> Make sure you start your build inside a bash shell.</li> |
1114 <li><strong>Windows:</strong> Make sure you start your build inside a bash shell.</li> |
1117 <li><strong>Mac OS X:</strong> The XCode "command line tools" must be installed on your Mac.</li> |
1115 <li><strong>Mac OS X:</strong> The XCode "command line tools" must be installed on your Mac.</li> |
1118 </ul> |
1116 </ul> |
1119 |
1117 |
1120 <p>Information on GNU make, and access to ftp download sites, are available on the |
1118 <p>Information on GNU make, and access to ftp download sites, are available on the |