From: Stéphane Graber Date: Fri, 3 Jun 2022 19:37:05 +0000 (-0400) Subject: README: Update for meson X-Git-Tag: lxc-5.0.0~7^2~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=826cc3ddcacae7db0c54c98eed7888f2560da1c8;p=thirdparty%2Flxc.git README: Update for meson Signed-off-by: Stéphane Graber --- diff --git a/README.md b/README.md index 77a8bac4e..981b4202b 100644 --- a/README.md +++ b/README.md @@ -179,13 +179,13 @@ You can browse the up to the minute source code and change history online Without considering distribution specific details a simple - ./autogen.sh && ./configure && make && sudo make install + make && sudo make install is usually sufficient. In order to test current git master of LXC it is usually a good idea to compile with - ./autogen.sh && ./configure && make + make in a convenient directory and set `LD_LIBRARY_PATH="${BUILD_DIR}"/lxc/src/lxc/.libs`.