Changes for kernel and Busybox
[tomato.git] / release / src / router / bpalogin / INSTALL
blobe13a50554967f64596f620388d9e97c7a972e074
1 BPALogin
2 --------
4    These are generic installation instructions.  Specific instructions
5 for BPALogin follow.
7    The `configure' shell script attempts to guess correct values for
8 various system-dependent variables used during compilation.  It uses
9 those values to create a `Makefile' in each directory of the package.
10 It may also create one or more `.h' files containing system-dependent
11 definitions.  Finally, it creates a shell script `config.status' that
12 you can run in the future to recreate the current configuration, a file
13 `config.cache' that saves the results of its tests to speed up
14 reconfiguring, and a file `config.log' containing compiler output
15 (useful mainly for debugging `configure').
17    If you need to do unusual things to compile the package, please try
18 to figure out how `configure' could check whether to do them, and mail
19 diffs or instructions to the address given in the `README' so they can
20 be considered for the next release.  If at some point `config.cache'
21 contains results you don't want to keep, you may remove or edit it.
23    The file `configure.in' is used to create `configure' by a program
24 called `autoconf'.  You only need `configure.in' if you want to change
25 it or regenerate `configure' using a newer version of `autoconf'.
27 The simplest way to compile this package is:
29   1. `cd' to the directory containing the package's source code and type
30      `./configure' to configure the package for your system.  If you're
31      using `csh' on an old version of System V, you might need to type
32      `sh ./configure' instead to prevent `csh' from trying to execute
33      `configure' itself.
35      Running `configure' takes awhile.  While running, it prints some
36      messages telling which features it is checking for.
38   2. Type `make' to compile the package.
40   3. Optionally, type `make check' to run any self-tests that come with
41      the package.
43   4. Type `make install' to install the programs and any data files and
44      documentation.
46   5. You can remove the program binaries and object files from the
47      source code directory by typing `make clean'.  To also remove the
48      files that `configure' created (so you can compile the package for
49      a different kind of computer), type `make distclean'.  There is
50      also a `make maintainer-clean' target, but that is intended mainly
51      for the package's developers.  If you use it, you may have to get
52      all sorts of other programs in order to regenerate files that came
53      with the distribution.
55   6. Run the bpalogin.conf.sh script with the location of the newly
56      installed bpalogin.conf.
57      
58      e.g. If installed under /usr/local:
59        # ./bpalogin.conf.sh /usr/local/etc/bpalogin.conf
61   7. Start BPALogin using either the init script, or using
62        # /usr/local/sbin/bpalogin -c /etc/bpalogin.conf