summaryrefslogtreecommitdiff
path: root/reference/C/MISC/download.html
blob: 1112f99eea7512754887b177297014ba7defe3a3 (plain)
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
<html>
<head>
</head>
<body>
<title>Download</title>
<body bgcolor="#ffffcc">
<hr>
<center>
<h1>Download and install the HTML source.</h1>
</center>
<hr>
<p>

<!-- Several people have requested a copy of this guide so it can be installed 
on local sites. This seems a resonable request so it is now available 
via E-mail. --> 

<!-- I have implimented an E-mail approach as I would like to 
know where its being installed and E-mail is the only way to get through
my company fire wall. -->

<!-- If you download the source, you will receive three files. The first contains
details of the install and the following two actually contain the source. -->
<p>
<h2>Install Instructions</h2>
<ul>
<!-- <li>Request the required source by mailing 
<a href="mailto:leslim@gatwick.Geco-Prakla.slb.com">leslim@gatwick.Geco.Prakla.slb.com</a>
and place the following request in the <b>subject</b> field. -->
<li>Request the source by clicking on the links below.
The DOS files have been split so you can get them onto floppy disks.
<p>
<ul>
<li>cunix.tgz - tar gzip file contains the complete source for use on Unix machines.
<li>cdos1.zip - Contains most of the source for use on DOS and Windows 3.1 machines.
<li>cdos2.zip - The remainder of the source for DOS and Windows 3.1 machines.
</ul>
<p>
<center>
<table border=1 bgcolor="ivory" width="40%">
<tr>
<td>
<font color="green">Unix Version. </font>
</td>
</tr>
<tr>
<td>
<a href ="http://home.clara.net/leslim/WWW/cunix.tgz">cunix.tgz</a>
</td>
<td>
1.00 Kbytes
</td>
</tr>
</table>
<p>
<table border=1 bgcolor="ivory" width="40%">
<tr>
<td>
<font color="green">DOS/Windows 3.1. </font>
</td>
</tr>
<tr>
<td>
<a href ="http://home.clara.net/leslim/WWW/cdos1.zip">cdos1.zip</a>
</td>
<td>
0.86 Kbytes
</td>
</tr>
<tr>
<td>
<a href ="http://home.clara.net/leslim/WWW/cdos2.zip">cdos2.zip</a>
</td>
<td>
0.62 Kbytes
</td>
</tr>

</table>
</center>
<p>

<li>Create a suitable directory, like 'cref' and copy the zip or tgz files 
into it.

<li>Unpack with the following commands.
<pre>
<font color="green">Unix</font>

     gunzip cunix.tgz
     tar xvf cunix.tar


<font color="green">DOS</font>

     pkunzip cdos1.zip
     pkunzip cdos2.zip
</pre>
<li>Recompile the Java code in 
<pre>
	C/MISC/CLASSES
</pre>
The existing binaries are compiled for Linux. BTW the Java compiler
is called <b>javac</b>.

</ul>
<hr>
<p>
If you have install problems or find mistakes please let me know.
<p>
Windows 3.1 users, you should now be able to install this source with pkunzip.
I have provided the source with 8.3 format names but left the
links in the original (unix) form. Testing this with Netscape 3.01 for
Windows 3.1 and
Internet Explorer, it would seem that the browsers will chop the link name
down to 8.3 format and then attempt to load the resulting file.
<p>
distribution files made with the following commands.
<p>
<pre>
tar cvf ../cunix.tar * --gzip
mv ../cunix.tar ../cunix.tgz
<br>
zip -k -r ../cdos1.zip * -x C/CONTRIB/\*
zip -k -r ../cdos2.zip C/CONTRIB/*
</pre>
<hr>
<p>
<center>
<table border=2 width="80%" bgcolor=ivory>
<tr align=center>
<td width="25%">
<a href="../cref.html" target="_top">Top</a>
</td><td width="25%">
<a href="../master_index.html" target="_top">Master Index</a>
</td><td width="25%">
<a href="../SYNTAX/keywords.html" target="_top">C Keywords</a>
</td><td width="25%">
<a href="../FUNCTIONS/funcref.htm" target="_top">Functions</a>
</td>
</tr>
</table>
</center>
<p>
<hr>
<address>Martin Leslie 
</address>
</body>
</html>