|
From: <pl...@pi...> - 2007-11-07 03:45:20
|
On Tue, 06 Nov 2007 20:55:50 +0100, Ethan Merritt <merritt@u.washington.edu> wrote: > >> I'm using gnuplot on ARM embedded. At the moment it's running on a full >> debian image via nfs but when it goes onboard cruft will not be an >> option. > The major consideration in building a lightweight gnuplot executable > is which terminal drivers to include. But the LaTeX terminals are pretty > small, so disabling them isn't likely to save any space unless you > disable > PostScript support as well. I made a chart 2 years ago for version 4.0 > http://skuld.bmsc.washington.edu/people/merritt/gnuplot/index.html#bloat > I should update it against current CVS. Thanks, that new info will be very useful. Sounds like my ./configure arg list is going to be rather long! Is there a more concise way to get a bare bones gnuplot --without-terminals and just add in the one that I need , svg? thx |