Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate to Meson #30

Open
desiderantes opened this issue Oct 6, 2023 · 0 comments
Open

Migrate to Meson #30

desiderantes opened this issue Oct 6, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@desiderantes
Copy link
Collaborator

desiderantes commented Oct 6, 2023

Thinking of doing this work, as an alternative to #16

Goals:

  • Out of tree builds
  • Simplify dependency management
  • Ability to vendor deps when needed
  • Easy cross-compile
  • Sane build language
  • Speedy builds with the Ninja backend
  • Ability to export Visual Studio projects

Challenges:

  • Packing an MSI is not included by default with meson, but it can be done using the same tools as before.
  • Packing for macOS is not included by default, but this is documented in their site
  • IDE support is slightly smaller than CMake (however, Jetbrain's CLion announced Meson support for their 2023.3 release)
@ferdymercury ferdymercury added the enhancement New feature or request label Oct 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants