Gnuplot With PNG Support Under OS X 10.11 With No X11

Prerequisities:

  • Xcode

Step by step:

  1. Compile and install libpng: just ./configure, make and sudo make install
  2. Compile and install FreeType: just ./configure, make and sudo make install
  3. Compile and install libgd: ./configure --with-png=/usr/local --with-freetype=/usr/local, make and sudo make install
  4. Compile gnuplot: ./configure --without-x, make and sudo cp src/gnuplot /usr/local/bin

Versions used:

This entry was posted in Uncategorized. Bookmark the permalink.

1 Response to Gnuplot With PNG Support Under OS X 10.11 With No X11

  1. Pingback: gnuplot on macOS without X11 – Server Software Engineer’s Notebook

Leave a comment