-
Notifications
You must be signed in to change notification settings - Fork 8
Build system #43
Comments
In addition, meson supports C C++ and Rust so we can use the same build system to build all the bindings. |
Personally only used cmake, and makefiles, but I cannot wait to move on to something better 👍 Meson sounds good to me. We may still want to use cargo for rust btw, meson seems odd for this (mesonbuild/meson#2173) |
And what about ninja and others? We are not in a hurry so I would propose we take time to see what features we need and which solution works best for us.
We can use this issue to trace this. So:
Support Linux, bsd (Mac, open, firefly, etc).
Solaris? What else?
Support building c,c++,rust. What else?
|
Windows for sure, Linux kernel maybe
Scripting languages, but they don't need a build system |
On the other hand https://www.rojtberg.net/1481/do-not-use-meson/ |
This is two years old, in the meantime qemu and others switched to meson. It seems sane. For me qemu is the largest reason for us to switch to meson, less build systems is better. |
If libafl has to be multi platform, we cannot really use just GNU makefiles.
I propose meson as it was recently adopted by QEMU it and seems a sane build system, more than cmake for sure.
We can maintain both meson files and raw makefiles for linux/bsd if needed.
The text was updated successfully, but these errors were encountered: