This is the command mesonconf that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator
PROGRAM:
NAME
mesonconf - a tool to configure Meson builds
DESCRIPTION
Mesonconf provides a way to configure a Meson project from the command line. Its usage is
simple.
mesonconf [ build directory ] [ options to set ]
If build directory is omitted, the current directory is used instead.
If no parameters are set, mesonconf will print the value of all build options to the
console.
To set values, just use the -D command line argument like this.
mesonconf -Dopt1=value1 -Dopt2=value2
Use mesonconf online using onworks.net services