From: Christian Brauner Date: Mon, 13 Jun 2022 13:36:13 +0000 (+0200) Subject: README: reflect meson in the documentation X-Git-Tag: lxc-5.0.0~2^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=00b9b120af26505c65e6a2c39b95a9f5b142cdc9;p=thirdparty%2Flxc.git README: reflect meson in the documentation Signed-off-by: Christian Brauner (Microsoft) --- 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.