diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 14 |
1 files changed, 0 insertions, 14 deletions
@@ -30,20 +30,6 @@ sudo apt-get install libgtk-3-dev libappindicator3-dev ``` Checked menu item not implemented on Linux yet. -### Windows - -Use the Visual Studio solution to build systray.dll. Make sure to target Windows -XP and build for Release (not Debug). Put the resulting dll in -`dll/systray_unsigned.dll` and then run `./signdll.bash` to sign it. Check the -resulting dll into git at Git at dll/systray.dll and run ./embeddll.bash to -generate the systraydll_windows.go file. - -The solution is configured to build with platform toolset v90 and dynamic -linking to save on size and support Windows XP. To get platform toolset v90, -you need to install Visual Studio 2008 (express edition is okay). You can -build with a more recent Visual Studio, you just need the old one for the -toolset. - ## Try Under `example` folder. |
