]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
README: reflect meson in the documentation
authorChristian Brauner <brauner@kernel.org>
Mon, 13 Jun 2022 13:36:13 +0000 (15:36 +0200)
committerChristian Brauner (Microsoft) <christian.brauner@ubuntu.com>
Mon, 13 Jun 2022 13:36:13 +0000 (15:36 +0200)
Signed-off-by: Christian Brauner (Microsoft) <christian.brauner@ubuntu.com>
README.md

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