mesonconf.1 613 B

1234567891011121314151617181920212223242526
  1. .TH MESONCONF "1" "March 2017" "mesonconf 0.39.1" "User Commands"
  2. .SH NAME
  3. mesonconf - a tool to configure Meson builds
  4. .SH DESCRIPTION
  5. Mesonconf provides a way to configure a Meson
  6. project from the command line. Its usage is simple.
  7. .B mesonconf [
  8. .I build directory
  9. .B ] [
  10. .I options to set
  11. .B ]
  12. If build directory is omitted, the current directory is used instead.
  13. If no parameters are set, mesonconf will print the value of all build
  14. options to the console.
  15. To set values, just use the \-D command line argument like this.
  16. .B mesonconf \-Dopt1=value1 \-Dopt2=value2
  17. .SH SEE ALSO
  18. http://mesonbuild.com/