Martchus / syncthingtray

Tray application and Dolphin/Plasma integration for Syncthing
https://martchus.github.io/syncthingtray/
Other
1.6k stars 43 forks source link

hi,i'm a C++ noob,how can i install application in windows11? i had install WinGW and set environment variable #149

Closed YangHgRi closed 2 years ago

YangHgRi commented 2 years ago

what should i do next?

Martchus commented 2 years ago

Just download the pre built binary from the release section here in GitHub. There is a README, you should really read it.

YangHgRi commented 2 years ago

thanks,i had download and start syncthingctl-1.2.1-x86_64-w64-mingw32.exe,but it crashed

Martchus commented 2 years ago

Crashed or just closed again immediately? It's the CLI, you likely want the GUI.

YangHgRi commented 2 years ago

wow,it is closed again immediately,so how can get GUI

Martchus commented 2 years ago

By downloading the exe for the GUI. It is syncthingtray… and NOT syncthingctl….

Note even if you launch the exe for the GUI it might seem at first like nothing shows up because Windows is hiding the tray icon by default.

By the way, if the app would actually crash, then a Windows dialog would show up telling you the app doesn't work anymore (and that dialog stays visible until you close it).

You also don't need to install anything except the exe itself as it is a self-contained exe. If you have mingw-w64 installed, that installation will not be used by Syncthing Tray's exe. It always uses its built-in versions of all dependencies (except Windows-provided dependencies).

YangHgRi commented 2 years ago

ok,thank u