Difference between revisions of "Plotutils"
From CBLFS
Jump to navigationJump to search (Created page with '{| style="text-align: left; background-color: AliceBlue;" |- !Download Source: | ftp://ftp.gnu.org/pub/gnu/plotutils/plotutils-2.5.tar.gz |} ---- {{Package-Introduction|This pa…') |
m |
||
Line 9: | Line 9: | ||
{{Package-Introduction|This package contains the GNU plotutils (plotting utilities) and GNU libplot, a thread-safe function library for | {{Package-Introduction|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 | exporting two-dimensional vector graphics files, and for displaying | ||
− | animated vector graphics under the X Window System.}} | + | animated vector graphics under the X Window System.|http://www.gnu.org/software/plotutils/plotutils.html}} |
== Dependencies == | == Dependencies == |
Latest revision as of 05:33, 2 July 2009
Download Source: | ftp://ftp.gnu.org/pub/gnu/plotutils/plotutils-2.5.tar.gz |
---|
Contents
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 |