• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..18-Sep-2021-

c-client/H18-Sep-2021-6,1693,915

doc/H18-Sep-2021-202140

imapd/H18-Sep-2021-111105

pine/H18-Sep-2021-490474

READMEH A D18-Sep-20211.3 KiB3525

README

1Further details on the Carmel driver and the modifications for
2the X-BWC-Glyph character set are under the doc directory.
3
4Building the Carmel driver
5--------------------------
61. Build pine, the c-client and imapd as you would normally so
7   all machine dependent source directory links get set up correctly
8
92. Copy all files from contrib/carmel/c-client into the Pine c-client
10   directory
11
123. run "patch < Makefile.patch" to modify the Makefile.
13
144. If you want the X-BWC-GLYPH character set stuff turned on in the
15   c-client for mail generated before 1994 make sure that
16   EXTRACFLAGS=-DBWC in the Makefile
17
185. If you want the carmel driver to be the default for non-fully
19   qualified names, change that in the Makefile for your system.
20
216. If you want the X-BWC-Glyph display code turned on some patches
22   have to be applied to Pine.  If not, these steps can be skipped.
23   6a. Copy all the files from carmel/pine into the pine source
24       directory.
25   6b. Run patch on each of them: "patch < makefile.ult",
26       "patch < filter.c.pathc".
27   6c. You may have to add a -DBWC to the CFLAGS= line in the makefile
28       for your system if there is no patch file for your system.
29
307. Remove the imapd executable imapd/imapd from the Pine source tree
31   to force it to be rebuilt (Make won't figure it out).
32
338. Run build again from the top level directory
34
35