• Home
  • Raw
  • Download

Lines Matching +full:meson +full:- +full:linux

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 …ersions are released. For the most up-to-date and accurate information, we recommend referring to …
11 - [Meson](https://mesonbuild.com/Quick-guide.html)
12 - [Ninja](https://ninja-build.org/) (recommended as the build backend, although other backends are …
13 - [Git](https://git-scm.com/) (optional, but recommended for version control integration)
14 - A working C compiler
18 Follow the steps below to build the Opus project using Meson.
29Meson, 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 …lity and correctness of the project. You can execute the tests using Meson's built-in testing func…
49 To run the Opus tests using Meson:
52 meson test -C builddir
57Meson build system aims to provide support for the same platforms as [GStreamer](https://gstreamer…
59 … you to file an issue in the [project's issue tracker](https://gitlab.xiph.org/xiph/opus/-/issues).
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).
72 We appreciate your help in identifying and addressing any configuration-related problems, ensuring …
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
88 …e refer to the [Using with Visual Studio](https://mesonbuild.com/Using-with-Visual-Studio.html) do…