|
From: walter h. <wh...@bf...> - 2013-12-05 17:25:15
|
hi keghn, nice find, you can simple do: make tests NTL it works, but its not a library but an object file that you can use in your programms. re, wh Am 04.12.2013 21:28, schrieb keghn: > > 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. > > ------------------------------------------------------------------------------ > Sponsored by Intel(R) XDK > Develop, test and display web and hybrid apps with a single code base. > Download it for free now! > http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk > _______________________________________________ > gnuplot-info mailing list > gnu...@li... > Membership management via: https://lists.sourceforge.net/lists/listinfo/gnuplot-info |