How to install gnuplot in Mac OS X lionHow to install gnuplot in Mac OS X lion
Posted at 2013. 8. 9. 21:38 | Posted in OS/Machttp://bhou.wordpress.com/2011/09/13/how-to-install-gnuplot-in-mac-os-x-lion/
readline 라이브러리를 먼저 설치하고 gnuplot을 설치하면 된다.
$ ./configure --prefix=/usr/local
$ make
$ sudo make install
$ ./configure --prefix=/usr/local --with-readline=/usr/local
$ make
$ sudo make install