PLplot

From CBLFS
Revision as of 11:30, 18 August 2008 by Weibullguy (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
Download Source: http://downloads.sourceforge.net/plplot/plplot-5.7.1.tar.gz

Introduction to PLplot

PLplot is a library of functions that are useful for making scientific plots. PLplot can be used from within compiled languages such as C, C++, FORTRAN and Java, and interactively from interpreted languages such as Octave, Python, Perl and TCL.

Project Homepage: Unknown

Dependencies

Optional

Configuration Information

--enable-builddocs: Enable configuration checks and build of DocBook documentation.
--enable-shared: Build shared libraries.
--enable-gnome: Enable the gnome device driver.
--enable-f77: Compile Fortran-77 interface code.
--enable-f95: Compile Fortran-95 interface code.
--with-java-home=<path>: Path to the top directory of the Java SDK.
--with-wxwidgets-bindir=<path>: Path to the wxWidgets configuration tool.
--with-gnome=<path>: Path to GNOME files.

Non-Multilib

Compile the PLplot package:

./configure --prefix=/usr &&
make

Install the PLplot package:

make install

Multilib

32Bit

Compile the PLplot package:

CC="gcc ${BUILD32}" ./configure --prefix=/usr &&
make

Install the PLplot package:

make install

N32

Compile the PLplot package:

CC="gcc ${BUILDN32}" ./configure --prefix=/usr &&
make

Install the PLplot package:

make install

64Bit

Compile the PLplot package:

CC="gcc ${BUILD64}" ./configure --prefix=/usr &&
make

Install the PLplot package:

make install

Contents

Installed Programs: plm2gif, plplot-config, pstex2eps
Installed Libraries: libplplotcxxd.{a,la}, libplplotf77d.{a,la}, libplplotf95d.{a,la}, libplplotgnome2d.{a,la}, libplplottcltkd.{a,la}

Short Description

plm2gif: Converts specified PLplot metafiles to GIF format files.
plplot-config: Utility to help building projects against plplot.
pstex2eps: Generate an Encapsulated Postscript file (eps) from the PLplot pstex driver generated files.
libplplotcxxd: C++ library for interfacing with PLplot.
libplplotf77d: FORTRAN 77 library for interfacing with PLplot.
libplplotf95d: FORTRAN 95 library for interfacing with PLplot.
libplplotgnome2d: GNOME library for interfacing with PLplot.
libplplottcltkd: TCL library for interfacing with PLplot.