From 7220975463ca5a189b4ec3f2d29112465775bf15 Mon Sep 17 00:00:00 2001 From: Leigh Scott Date: Thu, 22 Nov 2018 09:39:52 +0000 Subject: [PATCH] Switch build instructions for meson port. (#263) --- README | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README b/README index 730b6a7..8c1bd70 100644 --- a/README +++ b/README @@ -35,7 +35,7 @@ Installation Simple install procedure: - % ./autogen.sh # run the `configure' script - % make # build xed + % meson . build # run the `configure' script + % ninja -v -C build # build xed [ Become root if necessary ] - % make install # install xed + % ninja install -v -C build # install xed