Difference between revisions of "Enscript"
From CBLFS
Jump to navigationJump to searchWeibullguy (talk | contribs) |
|||
Line 7: | Line 7: | ||
---- | ---- | ||
− | + | {{Package-Introduction|Enscript converts ASCII text files to PostScript, HTML, RTF, ANSI and overstrikes.}} | |
− | |||
− | Enscript converts ASCII text files to PostScript, HTML, RTF, ANSI and overstrikes. | ||
== Dependencies == | == Dependencies == |
Revision as of 15:02, 16 April 2007
Download Source: | http://fresh.t-systems-sfr.com/unix/src/misc/enscript-1.6.4.tar.gz |
---|
Contents
Introduction to Enscript
Enscript converts ASCII text files to PostScript, HTML, RTF, ANSI and overstrikes.
Project Homepage: Unknown
Dependencies
Non-Multilib
Compile the package:
./configure --prefix=/usr --sysconfdir=/etc/enscript \ --localstatedir=/var --with-media=Letter && make
Install the package:
make install
Multilib
This package does not provide any libraries so only one installation is needed.
32Bit
Compile the package:
CFLAGS="${BUILD32}" ./configure --prefix=/usr \ --sysconfdir=/etc/enscript --localstatedir=/var \ --with-media=Letter && make
Install the package:
make install
N32
Compile the package:
CFLAGS="${BUILDN32}" ./configure --prefix=/usr \ --sysconfdir=/etc/enscript --localstatedir=/var \ --with-media=Letter && make
Install the package:
make install
64Bit
Compile the package:
CFLAGS="${BUILD64}" ./configure --prefix=/usr \ --sysconfdir=/etc/enscript --localstatedir=/var \ --with-media=Letter && make
Install the package:
make install