summaryrefslogtreecommitdiff
path: root/Build/source/texk/dviljk/INSTALL
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-01-17 21:41:51 +0000
committerKarl Berry <karl@freefriends.org>2006-01-17 21:41:51 +0000
commit487ca4806cc046076293cf6cc5fbba0db282bac7 (patch)
tree847b412ab5158dd7bdd7ed7e5a4cc3fbca94be32 /Build/source/texk/dviljk/INSTALL
parenta3d3111bfe26b8e5f5bc6049dfb2a4ca2edc7881 (diff)
texk 1
git-svn-id: svn://tug.org/texlive/trunk@1485 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/dviljk/INSTALL')
-rw-r--r--Build/source/texk/dviljk/INSTALL26
1 files changed, 26 insertions, 0 deletions
diff --git a/Build/source/texk/dviljk/INSTALL b/Build/source/texk/dviljk/INSTALL
new file mode 100644
index 00000000000..2c5450ad4ad
--- /dev/null
+++ b/Build/source/texk/dviljk/INSTALL
@@ -0,0 +1,26 @@
+Installing dviljk is essentially the same as installing any other
+Kpathsea-using program. Therefore, for the basic steps involved, the
+file `kpathsea/INSTALL'.
+
+For common problems and information on how to report a bug, see
+`kpathsea/BUGS'.
+
+The only dvilj-specific items are:
+
+1) You might want to add the following to DEFS or CFLAGS:
+-DMFMODE300=\"mode\" to change the mode of the 300dpi programs from cx.
+-DMFMODE600=\"mode\" to change the mode of dvilj4 from ljfour.
+-DTIMING to enable timing flags. Must have various library functions.
+
+2) The sources support many different LaserJet printers; generally, each
+requires its own binary. `make all' makes everything available, and
+just `make' makes dvilj4 for the LaserJet 4M, 4MP, etc. (600dpi).
+Other possibilities:
+`make dvilj' for the plain LaserJet (300dpi).
+`make dvilj2p' for the LaserJet 2P (300dpi).
+`make dvilj4l' for the LaserJet 4L (300dpi).
+
+3) If you are using a LaserJet 4, and wish to use the builtin fonts, run
+`make install-fonts' after the normal `make install'. This merely copies
+the contents of the fonts/ directory to $(texmf)/fonts. See README.fonts
+for more information.