README-builds.md
changeset 41405 0d3b7bc68b7d
parent 41040 7b919a4497ff
equal deleted inserted replaced
41404:584981a12276 41405:0d3b7bc68b7d
   558 >  **`--with-cups=`**_path_  
   558 >  **`--with-cups=`**_path_  
   559 >  select the CUPS install location
   559 >  select the CUPS install location
   560 
   560 
   561 >  The Common UNIX Printing System (CUPS) Headers are required for building the
   561 >  The Common UNIX Printing System (CUPS) Headers are required for building the
   562    OpenJDK on Solaris and Linux. The Solaris header files can be obtained by
   562    OpenJDK on Solaris and Linux. The Solaris header files can be obtained by
   563    installing the package **SFWcups** from the Solaris Software Companion
   563    installing the package **print/cups**.
   564    CD/DVD, these often will be installed into the directory `/opt/sfw/cups`.
       
   565 
   564 
   566 >  The CUPS header files can always be downloaded from
   565 >  The CUPS header files can always be downloaded from
   567    [www.cups.org](http://www.cups.org).
   566    [www.cups.org](http://www.cups.org).
   568 
   567 
   569 >  **`--with-cups-include=`**_path_  
   568 >  **`--with-cups-include=`**_path_  
  1015    recommended. If the GNU make utility on your systems is not of a suitable
  1014    recommended. If the GNU make utility on your systems is not of a suitable
  1016    version, see "[Building GNU make](#buildgmake)".
  1015    version, see "[Building GNU make](#buildgmake)".
  1017  * Place the location of the GNU make binary in the `PATH`.
  1016  * Place the location of the GNU make binary in the `PATH`.
  1018  * **Solaris:** Do NOT use `/usr/bin/make` on Solaris. If your Solaris system
  1017  * **Solaris:** Do NOT use `/usr/bin/make` on Solaris. If your Solaris system
  1019    has the software from the Solaris Developer Companion CD installed, you
  1018    has the software from the Solaris Developer Companion CD installed, you
  1020    should try and use `gmake` which will be located in either the `/usr/bin`,
  1019    should try and use `/usr/bin/gmake` or `/usr/gnu/bin/make`.
  1021    `/opt/sfw/bin` or `/usr/sfw/bin` directory.
       
  1022  * **Windows:** Make sure you start your build inside a bash shell.
  1020  * **Windows:** Make sure you start your build inside a bash shell.
  1023  * **Mac OS X:** The XCode "command line tools" must be installed on your Mac.
  1021  * **Mac OS X:** The XCode "command line tools" must be installed on your Mac.
  1024 
  1022 
  1025 Information on GNU make, and access to ftp download sites, are available on the
  1023 Information on GNU make, and access to ftp download sites, are available on the
  1026 [GNU make web site ](http://www.gnu.org/software/make/make.html). The latest
  1024 [GNU make web site ](http://www.gnu.org/software/make/make.html). The latest