[rhythmbox/wip/hadess/remove-autotools: 17/18] INSTALL: Update for meson
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [rhythmbox/wip/hadess/remove-autotools: 17/18] INSTALL: Update for meson
- Date: Tue, 2 Nov 2021 23:27:33 +0000 (UTC)
commit 9262ead5fdf536c7a2427cab62a0e9800793cf7d
Author: Bastien Nocera <hadess hadess net>
Date: Wed Oct 20 10:52:29 2021 +0200
INSTALL: Update for meson
INSTALL.quick | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
---
diff --git a/INSTALL.quick b/INSTALL.quick
index 155959f44..70a610adf 100644
--- a/INSTALL.quick
+++ b/INSTALL.quick
@@ -28,13 +28,12 @@ Rhythmbox can also make use of the following packages:
Simple install procedure
========================
- % ./configure # run the 'configure' script
- % make # build Rhythmbox
- [ Become root if necessary ]
- % make install # install Rhythmbox
+ % meson _build # prepare the build
+ % ninja -C _build # build Rhythmbox
+ % ninja -C _build install # install Rhythmbox
The Details
===========
-More detailed installation instructions can be found in INSTALL.
-
+More detailed installation instructions can be found in [meson's
+website](https://mesonbuild.com/Quick-guide.html).
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]