File: INSTALL

package info (click to toggle)
cjet 0.8.9-7
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 368 kB
  • sloc: ansic: 2,937; makefile: 12; sh: 2
file content (30 lines) | stat: -rw-r--r-- 868 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
CJET - HP Laserjet Emulation for Canon CaPSL (level III+) laser printers
Copyright (c) 1996 Michael Huijsmans              mgh@sbox.tu-graz.ac.at
--------------------------------------------------------------------------

Compilation & "installation":

0. Makefiles:

- `Makefile' is for any UNIX system. Executable is  `cjet'.

- `make.dj' is for MSDOS and djgpp. Resulting program name is `cjetx.exe'.

- `make.bcc' and `cjets.rsp' are for use with Borland C++ 3.1. Resulting
   program name is `cjets.exe'.


1. Edit the appropriate Makefile for your system (CC etc.)
   Defaults are for gcc.

2. Edit "config.h" to #define your printer paper cassette size and default
   symbol set. Defaults are European A4 paper and Roman-8.
   
3. type  `make -f <appropriate Makefile>' for DOS or just `make' for UNIX
   
4. Copy the executable to somewhere in your PATH.