INSTALL (a5f0fb151d90effe79714de0fa059954725fe57f) INSTALL (2235c7feac959bcc9ddfd6a2bc6be32102b1f84c)
1 This file describes how to build and install less using
2the "configure" script. This only works on Unix systems.
3To install on other systems, read the README file.
1This file contains generic instructions on how to build and
2install software using autoconf. For specific instructions
3on how to build "less", see the README or README.VER file.
4
5
6Basic Installation
7==================
8
9 These are generic installation instructions.
10
11 The `configure' shell script attempts to guess correct values for

--- 7 unchanged lines hidden (view full) ---

19(useful mainly for debugging `configure').
20
21 If you need to do unusual things to compile the package, please try
22to figure out how `configure' could check whether to do them, and mail
23diffs or instructions to the address given in the `README' so they can
24be considered for the next release. If at some point `config.cache'
25contains results you don't want to keep, you may remove or edit it.
26
4
5
6Basic Installation
7==================
8
9 These are generic installation instructions.
10
11 The `configure' shell script attempts to guess correct values for

--- 7 unchanged lines hidden (view full) ---

19(useful mainly for debugging `configure').
20
21 If you need to do unusual things to compile the package, please try
22to figure out how `configure' could check whether to do them, and mail
23diffs or instructions to the address given in the `README' so they can
24be considered for the next release. If at some point `config.cache'
25contains results you don't want to keep, you may remove or edit it.
26
27 The file `configure.in' is used to create `configure' by a program
28called `autoconf'. You only need `configure.in' if you want to change
27 The file `configure.ac' is used to create `configure' by a program
28called `autoconf'. You only need `configure.ac' if you want to change
29it or regenerate `configure' using a newer version of `autoconf'.
30
31The simplest way to compile this package is:
32
33 1. `cd' to the directory containing the package's source code and type
34 `./configure' to configure the package for your system. If you're
35 using `csh' on an old version of System V, you might need to type
36 `sh ./configure' instead to prevent `csh' from trying to execute

--- 150 unchanged lines hidden ---
29it or regenerate `configure' using a newer version of `autoconf'.
30
31The simplest way to compile this package is:
32
33 1. `cd' to the directory containing the package's source code and type
34 `./configure' to configure the package for your system. If you're
35 using `csh' on an old version of System V, you might need to type
36 `sh ./configure' instead to prevent `csh' from trying to execute

--- 150 unchanged lines hidden ---