orbitalquark / textadept

Textadept is a fast, minimalist, and remarkably extensible cross-platform text editor for programmers.
https://orbitalquark.github.io/textadept
MIT License
636 stars 38 forks source link

Windows/VS2022/GTK3 build? #454

Open g40 opened 1 year ago

g40 commented 1 year ago

Hello. Interesting work. Thank you.

If I run the CMake GUI I can see no option to create a GTK build. Have I missed something?

FWIW gvsbuild makes it possible to get VS2022 to build all of the GTK3 suite.

Best wishes.

orbitalquark commented 1 year ago

Unfortunately, GTK is not supported in Windows. It was in the past via cross-compilation from Linux, but since the switch to CMake, only Qt is supported on non-Linux platforms. If you wanted to invest the time, you could probably make it work. I don't know how though.

g40 commented 1 year ago

Understood - thanks for the confirmation. I will take a look. Absolutely no promises but would you be amenable to a PR for this?

orbitalquark commented 1 year ago

I could be. It depends how much maintenance and support it would require (testing, packaging, etc.)