On Wed, 28 Dec 2022 09:29:27 +0100 Daniel Wagner <dwagner@xxxxxxx> wrote: > Introduce Meson as build framework for building libtracefs. This > lives besides the Makefiles until all the expected initial fallouts > have been dealed with. > > The build steps are: > > # configure using .build as build directory and install destination > # /tmp/test > meson --prefix=/tmp/libtracefs .build > > # trigger the build > ninja -C .build > > # install the library > ninja -C .build install > > In case you want to build/install the documentation the setup is > > meson -Ddocs-build=true .build > > Signed-off-by: Daniel Wagner <dwagner@xxxxxxx> This also doesn't build the static library libtracefs.a. We have environments that we need to build trace-cmd statically. As trace-cmd depends on libtraceevent and libtracefs, that means both need a static library as well. -- Steve