This commit is contained in:
eladeyal-intel 2020-12-23 08:58:44 +02:00 committed by GitHub
parent 9ed3a80326
commit f41d5cc414
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -47,12 +47,12 @@ The following software packages are required to build lnav:
Lnav follows the usual GNU style for configuring and installing software:
Run `./autogen.sh` if compiling from a cloned repository.
$ ./configure
$ make
$ sudo make install
__Run `./autogen.sh` before running any of the above commands when
compiling from a cloned repository.__
## Cygwin users