File: README.1ST

package info (click to toggle)
gnuplot 4.4.0-1.1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 13,168 kB
  • ctags: 8,165
  • sloc: ansic: 79,287; lisp: 5,017; cpp: 3,521; sh: 1,059; makefile: 905; objc: 647; asm: 539; csh: 297; perl: 253; awk: 235; pascal: 194; tcl: 88
file content (56 lines) | stat: -rw-r--r-- 2,397 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
 To install from sources:
 ========================

 Installation instructions are found in the file INSTALL in this
 directory after going through this file. In a very small nutshell:

 - Under Unix, use configure and make
 
 - Under DOS, if you are using bash and DJGPP,
   you can just run config/djconfig.sh

 - Other platforms, copy the relevant makefile from config/
   to src, cd to src and make. See config/README for what each
   of those files is for.  Note: some of those files haven't been
   updated in ages, so they may no longer be usable.


 IMPORTANT NOTE ON PDF SUPPORT
 ===========================================

 PDF support in gnuplot is provided by an external library.
 Two options are currently possible.  It is possible to have both
 PDF terminal drivers in the same gnuplot executable.
 
 The newer "pdfcairo" terminal uses the pango and cairo libraries.
 This driver will be built if the configure script detects suitable
 versions of cairo and pango on your machine.
 
 The older "pdf" terminal uses a library provided by PDFlib GmbH,
 Germany ( http://www.pdflib.de/ ).  This library is available under
 two strictly separate licencing models.  Depending on the environment
 you use gnuplot in, you may have to purchase a commercial licence for
 PDFlib even though gnuplot itself is free software.  

 There's a special version of PDFlib, called ``PDFlib Lite'', which
 is freely redistrutable, but programs linked to that are strictly for
 non-commercial usage only.  *You* are liable for whatever violations
 of this licence occur in a gnuplot binary built by you.


 IMPORTANT NOTE ON GIF, PNG and JPEG SUPPORT
 ===========================================

 The gd library from http://libgd.org/ is used to generate GIF, PNG and JPEG
 output. We strongly recommend using version 2.0.29 or newer.

 Historical notes:
     Old versions of the Boutell gd library (versions 1.2 to 1.4) produced
 only GIF output. This means you cannot obtain a PNG or a JPEG output from
 gnuplot 4.2 with these versions. (Note that gnuplot's old minimalistic but
 standalone PNG driver driver has now been removed).
     Versions of the the Boutell gd library between 1.6 and 2.0.27 did not
 support GIF output because of patent concerns. This means that with these
 versions, you cannot generate a GIF output directly from gnuplot.
 Version 2.0.29 added support for GIF animation.