include the required version of libcurl in the README/NEWS

pull/290/head
Timothy Stack 9 years ago
parent 6cb42fc690
commit 4af60fe4ee

@ -4,7 +4,7 @@ lnav v0.8.0:
* Integration with "papertrailapp.com" for querying and tailing
server log and syslog messages. See the Papertrail section in
the online help for more details.
* Remote files can be opened when lnav is built with libcurl.
* Remote files can be opened when lnav is built with libcurl v7.23.0+
* SQL queries can now be done on lines that match a regular expression
using the "log_search" table or by creating custom tables with the
":create-search-table" command.

@ -24,7 +24,8 @@ Lnav requires the following software packages:
zlib - The zlib compression library.
bz2 - The bzip2 compression library.
re2c - The re2c scanner generator.
libcurl - The cURL library for downloading files from URLs.
libcurl - The cURL library for downloading files from URLs. Version
7.23.0 or higher is required.
INSTALLATION

Loading…
Cancel
Save