Sunday, September 6, 2009

Gnuplot in Snow Leopard

To compile gnuplot in snow leopard use the following command:

./configure --with-readline=bsd --x-include=/usr/include/X11 --x-libraries=/usr/X11/lib

and then use make and sudo make install.