< prev index next >

./README-builds.md

Print this page

        

@@ -558,12 +558,11 @@
 >  **`--with-cups=`**_path_  
 >  select the CUPS install location
 
 >  The Common UNIX Printing System (CUPS) Headers are required for building the
    OpenJDK on Solaris and Linux. The Solaris header files can be obtained by
-   installing the package **SFWcups** from the Solaris Software Companion
-   CD/DVD, these often will be installed into the directory `/opt/sfw/cups`.
+   installing the package **print/cups**.
 
 >  The CUPS header files can always be downloaded from
    [www.cups.org](http://www.cups.org).
 
 >  **`--with-cups-include=`**_path_  

@@ -1015,12 +1014,11 @@
    recommended. If the GNU make utility on your systems is not of a suitable
    version, see "[Building GNU make](#buildgmake)".
  * Place the location of the GNU make binary in the `PATH`.
  * **Solaris:** Do NOT use `/usr/bin/make` on Solaris. If your Solaris system
    has the software from the Solaris Developer Companion CD installed, you
-   should try and use `gmake` which will be located in either the `/usr/bin`,
-   `/opt/sfw/bin` or `/usr/sfw/bin` directory.
+   should try and use `/usr/bin/gmake` or `/usr/gnu/bin/make`.
  * **Windows:** Make sure you start your build inside a bash shell.
  * **Mac OS X:** The XCode "command line tools" must be installed on your Mac.
 
 Information on GNU make, and access to ftp download sites, are available on the
 [GNU make web site ](http://www.gnu.org/software/make/make.html). The latest
< prev index next >