alarm-clock-applet / alarm-clock

Alarm Clock is a fully-featured alarm clock for use with an AppIndicator implementation.
https://alarm-clock-applet.github.io
GNU General Public License v2.0
121 stars 31 forks source link

There is any possibility to compile Alarm Clock on Windows? #212

Closed gelatinbomb closed 1 year ago

gelatinbomb commented 1 year ago

It is too dependent on Linux-only libraries? It's an alarm clock, the only thing I guess it might be hard is the code related to the notifications but honestly I have no idea about this.

tatokis commented 1 year ago

I'm not planning to add support for Windows.

In theory you might be able to get away with stubbing libnotify and Ayatana AppIndicators, and then building in msys2, but I haven't tried. Feel free to do so if you wish.