INSTALL revision 22347
1OPIE Software Distribution, Release 2.3               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
292. Edit the Makefile
30
31	The Makefile contains some options that you may wish to modify. Also
32verify that Autoconf chose the correct options for your system.
33
34	The Makefile created by Autoconf should be correct for most users
35as-is.
36
373. Edit options.h
38
39	Most user-tweakable options are specified in this file.
40
41	The defaults should be reasonable for most users.
42
434. Build OPIE
44
45	Normally, you will need to type:
46
47	make
48
49	If you only want to build the client programs, type:
50
51	make client
52
53	If you only want to build the server programs, type:
54
55	make server
56
575. Verify that OPIE works on your system and install
58
59	Normall, you will need to type:
60
61	make install
62
63	If you only want to install the client programs, type:
64
65	make client-install
66
67	If you only want to install the server programs, type:
68
69	make server-install
70
71	If you encounter any problems, you may be able to run "make uninstall"
72to remove the OPIE software from your system and revert back to almost the
73way things were before.
74
75Copyright
76=========
77
78%%% portions-copyright-cmetz
79Portions of this software are Copyright 1996 by Craig Metz, All Rights
80Reserved. The Inner Net License Version 2 applies to these portions of
81the software.
82You should have received a copy of the license with this software. If
83you didn't get a copy, you may request one from <license@inner.net>.
84
85Portions of this document are Copyright 1995 by Randall Atkinson and Dan
86McDonald, All Rights Reserved. All Rights under this copyright are assigned
87to the U.S. Naval Research Laboratory (NRL). The NRL Copyright Notice and
88License Agreement applies to this software.
89