Enscript: Difference between revisions
From CBLFS
Jump to navigationJump to search
No edit summary |
Weibullguy (talk | contribs) No edit summary |
||
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 16:02, 16 April 2007
Download Source: | http://fresh.t-systems-sfr.com/unix/src/misc/enscript-1.6.4.tar.gz |
---|
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