Plotutils

From CBLFS
Jump to navigationJump to search
Download Source: ftp://ftp.gnu.org/pub/gnu/plotutils/plotutils-2.5.tar.gz

Introduction to Plotutils

This package contains the GNU plotutils (plotting utilities) and GNU libplot, a thread-safe function library for exporting two-dimensional vector graphics files, and for displaying animated vector graphics under the X Window System.

Project Homepage: http://www.gnu.org/software/plotutils/plotutils.html

Dependencies

Required

Optional

Non-Multilib

To be done

Multilib

32Bit

Configure and compile the package:

export USE_ARCH=32 &&
 CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}" \
  ./configure \
  --prefix=/usr \
  --enable-libplotter \
  --enable-ps-fonts-in-pcl \
  --enable-lj-fonts-in-ps \
  --enable-lj-fonts-in-x
make

Install the package:

make install


N32

To be done

64Bit

Configure and compile the package:

export USE_ARCH=64 &&
  CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" \
  ./configure \
  --prefix=/usr --libdir=/usr/lib64 \
  --enable-libplotter \
  --enable-ps-fonts-in-pcl \
  --enable-lj-fonts-in-ps \
  --enable-lj-fonts-in-x
make

Install the package:

make install &&
unset USE_ARCH

Contents

Installed Programs: /usr/bin/{graph,plot,pic2plot,tek2plot,plotfont,spline,ode,double}
Installed Libraries: libplot.{a,so,so.2}, libplotter.{a,so,so.2}
Installed Directories: none