Lines Matching full:meson
1 # Using the Meson Build System for the Opus Project
3 …vides instructions for using the Meson build system to build the Opus project with various configu…
5 …-to-date and accurate information, we recommend referring to the official Meson documentation, whi…
11 - [Meson](https://mesonbuild.com/Quick-guide.html)
18 Follow the steps below to build the Opus project using Meson.
29 …Meson, you can set the desired configuration options using the -D flag followed by the option name…
34 meson setup builddir -Dtests=disabled
40 meson compile -C builddir
45 ### Testing with Meson
47 …tionality and correctness of the project. You can execute the tests using Meson's built-in testing…
49 To run the Opus tests using Meson:
52 meson test -C builddir
57 The Opus Meson build system aims to provide support for the same platforms as [GStreamer](https://g…
64 2. Steps to reproduce the problem, including the Meson command and any specific configuration optio…
66 4. Meson version (e.g., Meson 0.60.0).
80 … Studio projects, Meson needs to know the settings of your installed version of Visual Studio. The…
85 meson setup builddir -Dtests=enabled --backend vs