aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 0 insertions, 14 deletions
diff --git a/README.md b/README.md
index c6d1130..5a24b66 100644
--- a/README.md
+++ b/README.md
@@ -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.