aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAlexander Kulikov2018-04-04 00:56:53 +0300
committerAlexander Kulikov2018-04-04 00:56:53 +0300
commitbccf28dbc642d05ed9100bb25e0c0d38ea71993e (patch)
tree3fbe11825e20cf0277d54f35a65141082f193bf1 /README.md
parent9ddd647aedba71f782bef029a90964301de03480 (diff)
downloadsystray-bccf28dbc642d05ed9100bb25e0c0d38ea71993e.tar.bz2
windows: All c++ and DLLs removed, instead of it system calls are used. Also fixed duplicating of icon files in temp folder.
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.