Binary versions of Gnuplot for OS X: Difference between revisions

From csml-wiki.northwestern.edu
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
(15 intermediate revisions by the same user not shown)
Line 3: Line 3:
<ul>
<ul>


<li>Compiled on OS X 10.11.6 (El Capitan). Confirmed to work also on macOS 10.13 (High Sierra).</li>
<li>Compiled on OS X 10.11.6 (El Capitan). Confirmed to work also on macOS 10.13 (High Sierra) and 10.14 (Mojave).</li>


<li>Prior to installing this, you need to install X11/XQuartz (http://xquartz.macosforge.org/landing/).</li>
<li>Prior to installing this, you need to install [http://xquartz.macosforge.org/landing/ X11/XQuartz].</li>


<li>The versions provided here include the GNU Readline library.</li>
<li>The versions provided here include the GNU Readline library.</li>


<li>In addition to the standard terminals, the PDF terminal is included as well, which uses the [http://www.pdflib.com/download/free-software/pdflib-lite-7 PDFLlib Lite] library. To my understanding, this link to the source code satisfies the [http://www.pdflib.com/fileadmin/pdflib/pdf/license/PDFlib-Lite-license.pdf PDFlib Lite license requirements].</li>
<li>In addition to the standard terminals, the PDF terminal is included as well, which uses the [http://www.pdflib.com/download/free-software/pdflib-lite-7 PDFLlib Lite] library. To my understanding, this link to the source code satisfies the [http://www.pdflib.com/fileadmin/pdflib/pdf/license/PDFlib-Lite-license.pdf PDFlib Lite license requirements]. Note: you do <b>NOT</b> need to download this library to use the gnuplot packages below.</li>

<li>In version 5.2.5 and up, I have also included the GIF, JPEG and PNG terminals. All libraries needed are included; please [mailto:erik.luijten@gmail.com let me know] if you encounter difficulties.</li>


<li>Simply download the package from one of the links below and install. You can then invoke gnuplot from a terminal window via <tt>/usr/local/bin/gnuplot</tt></li>
<li>Simply download the package from one of the links below and install. You can then invoke gnuplot from a terminal window via <tt>/usr/local/bin/gnuplot</tt></li>


<li>[mailto:erik.luijten@gmail.com Report download problems.]</li>
<li>Currently available versions:

<li><b>Current version (recommended):</b>
<ul>
<ul>
<li>[http://ariadne.ms.northwestern.edu/Download/Gnuplot/gnuplot-5.2.2.pkg 5.2.2]</li>
<li>[http://ariadne.ms.northwestern.edu/Download/Gnuplot/gnuplot-5.2.6.pkg 5.2.6] (January 1, 2019)</li>
</ul>
<li>[http://ariadne.ms.northwestern.edu/Download/Gnuplot/gnuplot-5.2.3.pkg 5.2.3]</li>
</li>

<li>Older versions (versions prior to 5.2.5 do not include the PNG, JPEG and GIF terminals)
</li>
<ul>
<li>[http://ariadne.ms.northwestern.edu/Download/Gnuplot/gnuplot-5.2.5.pkg 5.2.5] (October 7, 2018)</li>
<li>[http://ariadne.ms.northwestern.edu/Download/Gnuplot/gnuplot-5.2.4.pkg 5.2.4]</li>
<li>[http://ariadne.ms.northwestern.edu/Download/Gnuplot/gnuplot-5.2.4.pkg 5.2.4]</li>
<li>[http://ariadne.ms.northwestern.edu/Download/Gnuplot/gnuplot-5.2.3.pkg 5.2.3]</li>
<li>[http://ariadne.ms.northwestern.edu/Download/Gnuplot/gnuplot-5.2.2.pkg 5.2.2]</li>
</ul>
</ul>

</li>
<li>Information for the technically inclined: to facilitate installation and improve portability, the gnuplot binary was statically linked to the readline, gd, png16, freetype and pdf-lite libraries.</li>

<li>If you receive an error message "dyld: Library not loaded: /opt/X11/lib/libfontconfig.1.dylib", please make sure you have installed the most recent version of [http://xquartz.macosforge.org/landing/ X11/XQuartz].</li>


</ul>
</ul>

Revision as of 01:27, 3 January 2019

Binary versions of Gnuplot for OS X/macOS. These are primarily intended for users who normally work on Linux and wish to replicate their tools on a Macintosh.

  • Compiled on OS X 10.11.6 (El Capitan). Confirmed to work also on macOS 10.13 (High Sierra) and 10.14 (Mojave).
  • Prior to installing this, you need to install X11/XQuartz.
  • The versions provided here include the GNU Readline library.
  • In addition to the standard terminals, the PDF terminal is included as well, which uses the PDFLlib Lite library. To my understanding, this link to the source code satisfies the PDFlib Lite license requirements. Note: you do NOT need to download this library to use the gnuplot packages below.
  • In version 5.2.5 and up, I have also included the GIF, JPEG and PNG terminals. All libraries needed are included; please let me know if you encounter difficulties.
  • Simply download the package from one of the links below and install. You can then invoke gnuplot from a terminal window via /usr/local/bin/gnuplot
  • Report download problems.
  • Current version (recommended):
    • 5.2.6 (January 1, 2019)
  • Older versions (versions prior to 5.2.5 do not include the PNG, JPEG and GIF terminals)
  • Information for the technically inclined: to facilitate installation and improve portability, the gnuplot binary was statically linked to the readline, gd, png16, freetype and pdf-lite libraries.
  • If you receive an error message "dyld: Library not loaded: /opt/X11/lib/libfontconfig.1.dylib", please make sure you have installed the most recent version of X11/XQuartz.