nuIIpointerexception / vterm

fast, cross platform, vulkan based terminal emulator.
Mozilla Public License 2.0
54 stars 0 forks source link

Change Build System #5

Open Riptils opened 1 month ago

Riptils commented 1 month ago

Check for existing issues

Describe the feature

I would like you to use Meson instead of makefile after transitioning from Just. Thank you, it would help me to create a solid PKGBUILD for Arch Linux. Thanks.

If applicable, add some sort of preview to help us visualize your idea.

https://mesonbuild.com/

nuIIpointerexception commented 1 month ago

Alright, good suggestion. Will take a look at this!

Riptils commented 1 month ago

Hi, I was wondering if just using cargo wouldn't be a better solution.

nuIIpointerexception commented 1 month ago

Yeah, I also thought the same thing, i think using cargo build --release is the correct approach. I will most likely just use the build.rs to attach manifests and icons for platforms and embed the resources into the app directly via svg's The makefile will be used to deploy a macOS binary or whatever I guess