components/gnuplot/README
changeset 6280 203b97a7f889
parent 204 78dfe4707c7c
equal deleted inserted replaced
6279:b8986042dd84 6280:203b97a7f889
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 
    21 
    22 #
    22 #
    23 # Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved.
    24 #
    24 #
    25 
    25 
    26 Gnuplot 4.4.0
    26 Gnuplot 5.0.3
    27 
    27 
    28 patches/arial.patch changes the default font from "arial" which 
    28 The gnuplot demos are installed at /usr/demo/gnuplot, and rundemo 
    29 we don't have in Solaris to "LiberationSans-Regular".  
    29 and runtcldemo scripts are provided to run the demos.  
    30 
       
    31 patches/syscfg.h.patch fixes a problem found with the Sun C++ 
       
    32 compiler and bool and older versions of the Sun header files.  
       
    33 
       
    34 patches/libpng12.patch fixes a problem found that libgd wants 
       
    35 -lpng14, but -lcairo and gnuplot want -lpng12.  
       
    36 
       
    37 There is an additional install_demo rule in Makefile to 
       
    38 distribute the demos.  
       
    39 
       
    40 There is an additional install_man rule in Makefile to add Oracle 
       
    41 stability to the man page.  
       
    42 
       
    43 There is an additional install_app-defaults rule to copy the
       
    44 app-defaults file to the Solaris app-defaults directory.