Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/doc/index.asciidoc
diff options
context:
space:
mode:
authorAllan McRae <allan@archlinux.org>2020-05-11 12:59:51 +1000
committerAllan McRae <allan@archlinux.org>2020-06-01 10:59:08 +1000
commit454ea024383eab60295e4c4fdf2c329475887b2c (patch)
tree5f3397782b3bb7e061770a63da5b7e34877f8193 /doc/index.asciidoc
parent8ce142a2552418f64a74e773f659d92b065d6209 (diff)
Remove autotools support
This removes support for autotools in favour of meson.
Diffstat (limited to 'doc/index.asciidoc')
-rw-r--r--doc/index.asciidoc8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/index.asciidoc b/doc/index.asciidoc
index ebf02c20..716ceabf 100644
--- a/doc/index.asciidoc
+++ b/doc/index.asciidoc
@@ -193,11 +193,11 @@ link:https://sources.archlinux.org/other/pacman/[]. To install, download the new
available source tarball, unpack it in a directory, and run the three magic
commands:
- $ ./configure
- $ make
- # make install
+ $ meson build
+ $ ninja -C build
+ # ninja -C build install
-You may wish to read the options presented by `./configure --help` in order to
+You may wish to read the options presented by `meson` in order to
set appropriate paths and build options that are correct for your system.
Development