]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
README: Update for meson
authorStéphane Graber <stgraber@ubuntu.com>
Fri, 3 Jun 2022 19:37:05 +0000 (15:37 -0400)
committerStéphane Graber <stgraber@ubuntu.com>
Wed, 8 Jun 2022 04:47:02 +0000 (00:47 -0400)
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
README.md

index 77a8bac4e5e247a4f3e07362218b102560eaaeb2..981b4202b1fc3aff6b0eb7418cf7daf9788068e4 100644 (file)
--- 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`.