[info] Compiles fine in Windows #818
Replies: 3 comments 6 replies
-
ps: some technical details, this Windows version is based on Qt 6.7, and the plain binary (.exe) has a file size of 2,76 MB. |
Beta Was this translation helpful? Give feedback.
-
Thanks a lot for the info! I wonder if there was no problem about finding Hunspell. If you complete the Window support and want to maintain it, please make a PR. Please also note that
|
Beta Was this translation helpful? Give feedback.
-
Please have a look if you can learn something from @brechtsanders' patch: https://github.com/brechtsanders/winlibs_recipes/blob/main/recipes/featherpad.winlib I found it on #718. |
Beta Was this translation helpful? Give feedback.
-
Hi,
I just wanted to let you know that - just for fun - today I compiled FeatherPad for Windows (using MSYS2), and there were hardly any issues. Attached screenshot shows it running in Windows 11.
Apart from some minor UI stuff - e.g. menubar and statusbar could be adjusted a little to look better in Windows - there is only a single file that didn't compile out of the box: "signalDaemon.cpp", which depends on BSD sockets that are obviously not available in Windows. For now I just deactivated its functionality completely, but I guess it would be no big deal to make it Windows-compatible using C macros and WinSocket.
Beta Was this translation helpful? Give feedback.
All reactions