ci: Update INSTALL to reflect recent changes

Signed-off-by: Alexander Amelkin <alexander@amelkin.msk.ru>
This commit is contained in:
Alexander Amelkin 2019-04-15 19:39:49 +03:00 committed by Alexander Amelkin
parent 1b636434a6
commit b0d84e0f15

32
INSTALL
View File

@ -9,17 +9,33 @@ are permitted in any medium without royalty provided the copyright
notice and this notice are preserved. This file is offered as-is, notice and this notice are preserved. This file is offered as-is,
without warranty of any kind. without warranty of any kind.
Prerequisites
=============
This project requires at least gcc 4.8.1 as it uses some GNU
extensions and some C11 features. For `lanplus` interface the OpenSSL
library and development headers are required. As of April 2019, the
project is tested automatically to build cleanly for the following
64-bit operating systems:
- Ubuntu 14.04 Trusty
- Ubuntu 16.04 Xenial
- MacOS X 10.14 (Xcode 10.2)
Basic Installation Basic Installation
================== ==================
Briefly, the shell command `./configure && make && make install' Briefly, the followong shell command should configure, build, and
should configure, build, and install this package. The following install this package:
more-detailed instructions are generic; see the `README' file for `./bootstrap && ./configure && make && make install`
instructions specific to this package. Some packages provide this
`INSTALL' file but do not implement all of the features documented The following more-detailed instructions are generic; see the
below. The lack of an optional feature in a given package is not `README' file for instructions specific to this package. Some
necessarily a bug. More recommendations for GNU packages can be found packages provide this `INSTALL' file but do not implement all of the
in *note Makefile Conventions: (standards)Makefile Conventions. features documented below. The lack of an optional feature in a given
package is not necessarily a bug. More recommendations for GNU
packages can be found in *note Makefile Conventions:
(standards)Makefile Conventions.
The `configure' shell script attempts to guess correct values for The `configure' shell script attempts to guess correct values for
various system-dependent variables used during compilation. It uses various system-dependent variables used during compilation. It uses