aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorPercy Wegmann2018-08-23 11:56:16 -0500
committerGitHub2018-08-23 11:56:16 -0500
commita5355ff39972108c64b8e3566107a72add0f5bbc (patch)
tree59cd6325d1b3b1fe9865854cfa936a54801ef072 /README.md
parent62af9eb8030c168caa78856c967e6d2c4a7d813e (diff)
parent4cffa496a5deba17d84af93509d1b37eb4ccd243 (diff)
downloadsystray-a5355ff39972108c64b8e3566107a72add0f5bbc.tar.bz2
Merge pull request #44 from amkulikov/dev_windows_syscall_pr
Syscalls instead of custom DLLs
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.