]> git.ozlabs.org Git - ppp.git/blob - README.svr4
fixes for picky C compilers
[ppp.git] / README.svr4
1 This file describes the installation process for ppp-2.3 on systems
2 running standard System V Release 4 and using the Lachman TCP/IP
3 protocol code.  The STREAMS kernel modules and driver for SVR4 are in
4 the svr4 directory (and use some code from the modules directory).
5
6 Installation.
7 *************
8
9 1. Run the configure script and make the user-level programs and the
10 kernel modules.
11
12         ./configure
13         make
14
15 2. Install the programs and kernel modules: as root, do
16
17         make install
18
19 This installs pppd, chat and pppstats in /usr/local/bin and adds the
20 ppp STREAMS modules and driver to the system configuration.
21
22 3. Rebuild your kernel (with /etc/conf/bin/idbuild) and reboot.