THIS IS A RELEASE OF GNUPLOT 4.6.6 on Cygwin_x86_64 

This distribution was obtained by the unixish way of compilation under
Cygwin
	bash
	cd "E:\usr\Tatsu\cyg64work\gnuplot-4.6.6\build-release"
	../gnuplot-4.6.6/configure --prefix=/opt/gp466 --without-qt --with-readline=builtin
	make
	LC_ALL=C make check
	make install-strip


Binaries included:
------------------

* gnuplot.exe: The gnuplot executable for Cygwin with x11 and wxt terminal.
* gnuplot_x11.exe: The gnuplot drvier for x11 terminal.
* cygwx_base-2.8-0.dll : The Wxwidgets runtime library which is required for the wxt terminal
* cygwx_gtk2_core-2.8-0.dll : The Wxwidgets runtime library which is required for the wxt terminal

Installation
------------

* Unzip this package.  
  Copy "opt" directory into Cygwin directory, e.g. C:\cygwin64\opt.
  Then, you should find gnuplot.exe in Cygwin's /opt/gp466 directory,
  and similarly for other files.

* make alias in the ~/.bashrc like
 alias gnuplot = /opt/gp466/bin/gnuplot
 If you have already other versions of gnuplot executables, please change alias name.

* Copy the x11 resource file 'Gnuplot' to /etc/defaults/etc/X11/app-defaults
  directory. The file 'Gnuplot' is located at 
  /opt/gp466/share/gnuplot/4.6/app-defaults 

* See 'help start', 'help environment' etc. for setting up your environment,
  if not already done for the usual gnuplot.

* No additional documentation is included. Please use the usual gnuplot 4.6.6
  Windows binary distribution package which contains complete set of
  README's, INSTALL's, demo/, docs/, etc.


Running
-------

* Run X-server, for example
    - Cygwin-X (free, www.cygwin.com)
    - Any free, shareware or commercial, like Xming,...

* Set DISPLAY environmental variable to your machine (localhost)

* Set LC_ALL environmental variable to your locale (fontconfig requires utf-8 encoding)

* Run gnuplot.exe and enjoy "set term wxt" with its multiple graph windows

Notes
-------

This binary is build without linking the GNU readline in order to avoid the license issue
http://gnuplot.10905.n7.nabble.com/readline-to-gnuplot-exe-console-mode-for-windows-td11173.html

Note that when users build binaries of gnuplot from source by themselves, 
buiding gnuplot binaries with link with the GNU readline is not a problem.

This binary supports wxt terminal using wxWidgets 2.8.12 built myself.
This requires the GTK related dependenies.
Please refer "Cygcheck_list.txt"

================================================================================

(Last ChangeLog date is 2014-09-21)
September 2014

  Dr. Tatsuro MATSUOKA at Nagoya University
  Associate Professor
  Department of Molecular Design and Engineering, 
  Gradudate School of Engineering.
   (Undergraduate : Department of Chemical Engineering.)
  gnuplot related Email : tmacchant3_atmark_yahoo.co.jp

