INSTALL revision 29964
1OPIE Software Distribution, Release 2.31              Installation Instructions
2========================================              =========================
3
4	Did you read the README file?
5
6	If not, please go do so, then come back here. There is information in
7the README file that you will probably need to know in order to build and use
8OPIE, and you are better off doing it before you try to compile and install
9it.
10
11	OPIE uses Autoconf to automagically figure out as much as possible
12about your system. There are four steps to installing OPIE. Please read them
13all first before attempting to do them.
14
151. Run the "configure" script.
16
17	Normally, you will need to type:
18
19	sh configure
20
21	If you would like to use an access file to allow users from some hosts
22to log into your system without using OTPs (thus opening up a big security
23hole, but a necessary evil for some sites), type:
24
25	sh configure --enable-access-file=/etc/opieaccess
26
27	If you'd like the file to go somewhere else, adjust this appropriately.
28
29	There are a number of configure-time options available for OPIE. To
30get a list, type:
31
32	sh configure --help
33
342. Edit the Makefile
35
36	The Makefile contains some options that you may wish to modify. Also
37verify that Autoconf chose the correct options for your system.
38
39	The Makefile created by Autoconf should be correct for most users
40as-is.
41
423. Build OPIE
43
44	Normally, you will need to type:
45
46	make
47
48	If you only want to build the client programs, type:
49
50	make client
51
52	If you only want to build the server programs, type:
53
54	make server
55
564. Verify that OPIE works on your system and install
57
58	Normall, you will need to type:
59
60	make install
61
62	If you only want to install the client programs, type:
63
64	make client-install
65
66	If you only want to install the server programs, type:
67
68	make server-install
69
70	If you encounter any problems, you may be able to run "make uninstall"
71to remove the OPIE software from your system and revert back to almost the
72way things were before.
73
74Copyright
75=========
76
77%%% portions-copyright-cmetz-96
78Portions of this software are Copyright 1996-1997 by Craig Metz, All Rights
79Reserved. The Inner Net License Version 2 applies to these portions of
80the software.
81You should have received a copy of the license with this software. If
82you didn't get a copy, you may request one from <license@inner.net>.
83
84Portions of this document are Copyright 1995 by Randall Atkinson and Dan
85McDonald, All Rights Reserved. All Rights under this copyright are assigned
86to the U.S. Naval Research Laboratory (NRL). The NRL Copyright Notice and
87License Agreement applies to this software.
88