From 5fcc2d837933b26064d4982ab580c788c2aa7aff Mon Sep 17 00:00:00 2001 From: Witold Filipczyk Date: Fri, 6 Sep 2024 13:14:09 +0200 Subject: [PATCH] [doc] autotools -> meson --- doc/installation.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/installation.txt b/doc/installation.txt index d5d43916..9e7d231f 100644 --- a/doc/installation.txt +++ b/doc/installation.txt @@ -10,7 +10,9 @@ Building and Installing ELinks The quick guide for the impatient. Issue the following commands from the 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 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 ~~~~~~~~~~~~ -To successfully install ELinks all that is required is GNU make -(version 3.78 or later) and a C compiler. If you want to install -directly from GIT it is also required that automake and autoconf -is installed on your system. +To successfully install ELinks all that is required is meson +(version 1.0.1 or later) and a C compiler. Recommended Libraries and Programs ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~