mirror of
https://github.com/rkd77/elinks.git
synced 2025-02-02 15:09:23 -05:00
[doc] autotools -> meson
This commit is contained in:
parent
6d34db5662
commit
5fcc2d8379
@ -10,7 +10,9 @@ Building and Installing ELinks
|
|||||||
The quick guide for the impatient. Issue the following commands from the
|
The quick guide for the impatient. Issue the following commands from the
|
||||||
ELinks source directory:
|
ELinks source directory:
|
||||||
|
|
||||||
$ ./configure && make && make install
|
$ meson setup build
|
||||||
|
$ meson compile -C build
|
||||||
|
$ sudo meson install -C build
|
||||||
|
|
||||||
However you might consider to tweek a few compile time options before building
|
However you might consider to tweek a few compile time options before building
|
||||||
ELinks. You might also want to take a look at what libraries and programs are
|
ELinks. You might also want to take a look at what libraries and programs are
|
||||||
@ -19,10 +21,8 @@ required or recommended that you install.
|
|||||||
Requirements
|
Requirements
|
||||||
~~~~~~~~~~~~
|
~~~~~~~~~~~~
|
||||||
|
|
||||||
To successfully install ELinks all that is required is GNU make
|
To successfully install ELinks all that is required is meson
|
||||||
(version 3.78 or later) and a C compiler. If you want to install
|
(version 1.0.1 or later) and a C compiler.
|
||||||
directly from GIT it is also required that automake and autoconf
|
|
||||||
is installed on your system.
|
|
||||||
|
|
||||||
Recommended Libraries and Programs
|
Recommended Libraries and Programs
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
Loading…
x
Reference in New Issue
Block a user