Difference between revisions of "PSUtils"
From CBLFS
Jump to navigationJump to search(One intermediate revision by one other user not shown) | |||
Line 7: | Line 7: | ||
---- | ---- | ||
− | + | {{Package-Introduction|PSUtils is a set of utilities to manipulate PostScript files.}} | |
− | |||
− | PSUtils is a set of utilities to manipulate PostScript files. | ||
== Dependencies == | == Dependencies == | ||
Line 59: | Line 57: | ||
make install | make install | ||
+ | |||
+ | [[Category:PostScript]] |
Latest revision as of 17:59, 5 July 2008
Download Source: | http://gd.tuwien.ac.at/publishing/tex/tex-utils/psutils/psutils-p17.tar.gz |
---|
Contents
Introduction to PSUtils
PSUtils is a set of utilities to manipulate PostScript files.
Project Homepage: Unknown
Dependencies
Non-Multilib
Compile the package:
sed 's@/usr/local@/usr@g' Makefile.unix > Makefile && make
Install the package:
make install
Multilib
This package does not provide any libraries so only one installation is needed.
32Bit
Compile the package:
sed 's@/usr/local@/usr@g' Makefile.unix > Makefile && make CC="gcc ${BUILD32}"
Install the package:
make install
N32
Compile the package:
sed 's@/usr/local@/usr@g' Makefile.unix > Makefile && make CC="gcc ${BUILDN32}"
Install the package:
make install
64Bit
Compile the package:
sed 's@/usr/local@/usr@g' Makefile.unix > Makefile && make CC="gcc ${BUILD64}"
Install the package:
make install