-
I'm trying to learn how to configure and cross compile a simple c++ hello world level application on Meson when the build machine is Debian Linux and the host machine is Linux Wine. The following command does the thing from CLI but how to configure and compile the thing on Meson ? Could you please give me some advice and guidance on how to start dealing with this ? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
|
Beta Was this translation helpful? Give feedback.
You can use
meson init
to help generating a first template for your project. The read the doc, simple examples: https://mesonbuild.com/Meson-sample.html.