From 00b9b120af26505c65e6a2c39b95a9f5b142cdc9 Mon Sep 17 00:00:00 2001 From: Christian Brauner Date: Mon, 13 Jun 2022 15:36:13 +0200 Subject: [PATCH] README: reflect meson in the documentation Signed-off-by: Christian Brauner (Microsoft) --- README.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 981b4202b..b0f59e2a6 100644 --- a/README.md +++ b/README.md @@ -179,16 +179,11 @@ You can browse the up to the minute source code and change history online Without considering distribution specific details a simple - make && sudo make install + meson setup -Dprefix=/usr build + meson compile -C build is usually sufficient. -In order to test current git master of LXC it is usually a good idea to compile with - - make - -in a convenient directory and set `LD_LIBRARY_PATH="${BUILD_DIR}"/lxc/src/lxc/.libs`. - ## Getting help When you find you need help, the LXC projects provides you with several options.