EMAILDIST-README
author lcp
Wed, 14 Dec 1994 17:24:23 +0100
changeset 789 30bdc59198ff
parent 0 a5a9c433f639
permissions -rw-r--r--
well_ord_iso_predE replaces not_well_ord_iso_pred well_ord_iso_unique: eliminated a premise using well_ord_ord_iso Proved well_ord_iso_pred_eq, ord_iso_image_pred, ord_iso_restrict_pred, part_ord_ord_iso, linear_ord_iso, wf_on_ord_iso, well_ord_ord_iso, well_ord_iso_preserving, mono_map_is_fun, mono_map_is_inj, mono_map_trans, mono_ord_isoI, well_ord_mono_ord_isoI, ord_iso_is_mono_map, ord_iso_map_mono_map, ord_iso_map_ord_iso, domain_ord_iso_map_subset, domain_ord_iso_map_cases, range_ord_iso_map_cases, well_ord_trichotomy deleted bij_ss in favour of bij_inverse_ss
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
     1
ISABELLE -- INSTRUCTIONS FOR UNPACKING THE EMAIL DISTRIBUTION 
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
     2
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
     3
The Isabelle email distribution consists of about 8 installments, each
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
     4
small enough to send by electronic mail.  The files are called Isabelle.aa,
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
     5
Isabelle.ab, ....  They have been generated by tar, compress, uuencode, and
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
     6
split, and are packed for email using shar.  To unpack the files, perform
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
     7
the following steps:
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
     8
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
     9
STEP 1.  Create a new directory to hold Isabelle and move to that
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
    10
directory (the name of the directory does not matter):
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
    11
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
    12
	mkdir Isabelle;  cd Isabelle
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
    13
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
    14
STEP 2.  Put each message into a separate file and pipe it through unshar.
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
    15
(If you don't have unshar, remove the header lines generated by the mail
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
    16
system and submit the file to sh.)
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
    17
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
    18
STEP 3.  Concatenate the files into one file using the command
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
    19
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
    20
	cat Isabelle.?? > 92.tar.Z.uu
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
    21
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
    22
STEP 4.  Undo the uuencode operation using the command
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
    23
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
    24
	uudecode 92.tar.Z.uu
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
    25
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
    26
STEP 5.  You should now have a file 92.tar.Z; uncompress and unpack it using...
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
    27
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
    28
   	uncompress -c 92.tar.Z | tar xf -
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
    29
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
    30
STEP 6.  You should now have a complete Isabelle directory, called 92.  You
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
    31
may now tidy up by executing
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
    32
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
    33
	rm Isabelle.?? *.hdr 92.tar.Z.uu 92.tar.Z
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
    34
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
    35
Consult the file 92/README for information on compiling Isabelle.
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
    36
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
    37
						Good luck!