Revision 6017,
1.0 KB
checked in by epeisach, 33 years ago
(diff) |
More details ofrequirements. (explicit on kerberos 4, librarys [wdc]
|
Line | |
---|
1 | |
---|
2 | CONTENTS: |
---|
3 | |
---|
4 | Makefile Instructions for building entire system |
---|
5 | |
---|
6 | Imakefile Use this if you have imake. Make a copy of the |
---|
7 | makefiles first, in case imake doesn't work. |
---|
8 | A copy of Athena imake config can be found in config/ |
---|
9 | |
---|
10 | config/ Athena Imake config (should be in /usr/athena/config) |
---|
11 | |
---|
12 | include/ header files |
---|
13 | |
---|
14 | rpc3.9/ Sun RPC version needed for NEOS protocol |
---|
15 | (For rs6000, use builtin RPC instead. |
---|
16 | Imake will do this for you.) |
---|
17 | |
---|
18 | ets/ error tables |
---|
19 | requires com_err, kerberos v4, rpc3.9 libraries |
---|
20 | |
---|
21 | protocol/ shared between server and clients |
---|
22 | requires rpc3.9, kerberos v4 libraries |
---|
23 | |
---|
24 | lib/ file exchange client libarary |
---|
25 | requires protocol/ |
---|
26 | requires com_err, kerberos v4 libraries |
---|
27 | hesiod library recommended |
---|
28 | |
---|
29 | clients/ source code for standard client programs |
---|
30 | requires lib/ |
---|
31 | requires hesiod, but with some work |
---|
32 | it could work without it (change full_name.c) |
---|
33 | |
---|
34 | server/ source code for file exchange server |
---|
35 | requires protocol/ |
---|
36 | requires ndbm, kerberos v4 libraries |
---|
37 | |
---|
38 | fxtest/ program for testing server without using library |
---|
Note: See
TracBrowser
for help on using the repository browser.