|
From: keghn <ke...@ne...> - 2013-12-04 20:28:36
|
Wow a c library that generates gnuplot plots!
Hello.
I got the example.c working on my Mint 14 mate 64 bit Linux system to work.
I down loaded the tar and uncompressed it into my home directory.
Did not have to cmake, make, or ./configure&&make&&sudo make install.
I just change to "home/keghn/gnuplot_i/test/" and type this in the
terminal:
gcc example.c -I. ../src/gnuplot_i.c -o example
ran it with:
./example
And in the "example.c" had to change few lines:
//#include "gnuplot_i.h"
#include "../src/gnuplot_i.h"
Thanks all
Cheers
keghn
--
View this message in context: http://gnuplot.10905.n7.nabble.com/Memory-overload-in-real-time-plotting-tp17795p17863.html
Sent from the Gnuplot - User mailing list archive at Nabble.com.
|