README: reflect meson in the documentation

Signed-off-by: Christian Brauner (Microsoft) <christian.brauner@ubuntu.com>
This commit is contained in:
Christian Brauner 2022-06-13 15:36:13 +02:00 committed by Christian Brauner (Microsoft)
parent 493bf2ded8
commit 00b9b120af
No known key found for this signature in database
GPG Key ID: 91C61BC06578DCA2

View File

@ -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.